Back

.concat( elements, [additionalElements...] )

Merge an Array of Elements into the current set

Params

elements{Array}An Array of Elemenets to be merged into the current set
additionalElements...{Array} [optional]Additional Arrays to be merged one after another

Returns

DollarJS (expanded set)

Examples

$('p').concat([elem1, elem2], [elem3])