.add()
Create a new jQuery object with elements added to the set of matched elements.
Create a new jQuery object with elements added to the set of matched elements.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Wrap an HTML structure around the content of each element in the set of matched elements.
Insert every element in the set of matched elements to the beginning of the target.
Wrap an HTML structure around all elements in the set of matched elements.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Insert every element in the set of matched elements to the end of the target.
Insert every element in the set of matched elements after the target.
Insert every element in the set of matched elements before the target.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Wrap an HTML structure around each element in the set of matched elements.