.hasClass()
Determine whether any of the matched elements are assigned the given class.
Determine whether any of the matched elements are assigned the given class.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Adds the specified class(es) to each element in the set of matched elements.
Bind an event handler to the “resize” JavaScript event, or trigger that event on an element.
Insert every element in the set of matched elements before the target.
Select all elements that are in the progress of an animation at the time the selector is run.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
Show or manipulate the queue of functions to be executed on the matched element.
Return a Deferred’s Promise object.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function’s arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.
Stop the currently-running animation on the matched elements.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Insert content, specified by the parameter, before each element in the set of matched elements.
A factory function that returns a chainable utility object with methods to register multiple callbacks into callback queues, invoke callback queues, and relay the success or failure state of any synchronous or asynchronous function.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.