.add() Create a new jQuery object with elements added to the set of matched elements. Attributes | Manipulation > Class Attribute | CSS .addClass() Adds the specified class(es) to each element in the set of matched elements. Manipulation > DOM Insertion, Outside .after() Insert content, specified by the parameter, after each element in the set of matched elements. Deprecated > Deprecated 1.8 | Traversing > Miscellaneous Traversing | Removed .andSelf() Add the previous set of elements on the stack to the current set. Manipulation > DOM Insertion, Inside .append() Insert content, specified by the parameter, to the end of each element in the set of matched elements. Manipulation > DOM Insertion, Inside .appendTo() Insert every element in the set of matched elements to the end of the target. Attrib...