.addClass()
Adds the specified class(es) to each element in the set of matched elements.
Adds the specified class(es) to each element in the set of matched elements.
Load data from the server using a HTTP GET request.
Send data to the server using a HTTP POST request.
Sorts an array or an array-like object of DOM elements, in place, with the duplicates removed. Note that this only works on arrays/array-likes of DOM elements, not strings or numbers.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.