.get()
Retrieve the DOM elements matched by the jQuery object.
Retrieve the DOM elements matched by the jQuery object.
Selects elements that have the specified attribute, with any value.
Selects elements which contain at least one element that matches the specified selector.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.
Get the closest ancestor element that is positioned.
The difference in milliseconds between the time the browser created the event and January 1, 1970.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Remove an event handler.
Selects all elements that are hidden.
Get the current vertical position of the scroll bar for the first element in the set of matched elements or set the vertical position of the scroll bar for every matched element.
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Insert every element in the set of matched elements after the target.
Get the current horizontal position of the scroll bar for the first element in the set of matched elements or set the horizontal position of the scroll bar for every matched element.
Insert content, specified by the parameter, after each element in the set of matched elements.
Create a new jQuery object with elements added to the set of matched elements.