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.
Wrap an HTML structure around the content of each element in the set of matched elements. The
Insert content, specified by the parameter, after each element in the set of matched elements. The
An object containing all CSS properties that may be used without a unit. The .css()
Adds the specified class(es) to each element in the set of matched elements. It's important to note
Get the computed style properties for the first element in the set of matched elements. The
Remove a single class, multiple classes, or all classes from each element in the set of matched elements. If
Get the value of a property for the first element in the set of matched elements. The .prop()
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place. The
Page 1 of 4