jQuery Terms / Programs

x

Example Code

Methods

var.split(character) # Splits up the variable into a list of its parts, based on what character you split using. Leave as .split("") to split by each character.