.length()
Returns the number of elements in a wrapped set
1
.addClass()
Adds the specified class(es) to each of the set of matched elements.
2
.after()
Insert content, specified by the parameter, after each element in the set of matched elements.
3
.append()
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
4
.appendTo()
Insert every element in the set of matched elements to the end of the target.
5
.attr()
Get the value of an attribute for the first element in the set of matched elements.
6
Current Set: jQuery Functions
Loading Set...
Loading Set...