:even Selector
Selects even elements, zero-indexed. See also :odd.
Selects even elements, zero-indexed. See also :odd.
Load data from the server using a HTTP GET request.
Show or manipulate the queue of functions to be executed on the matched elements.
Remove a previously-attached event handler from the elements.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Remove an event handler.
Remove elements from the set of matched elements.
Selects odd elements, zero-indexed. See also :even.
Search for a given element from among the matched elements.
Create a new jQuery object with elements added to the set of matched elements.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
Selects all elements that are hidden.
Attach a handler to an event for the elements.
Insert every element in the set of matched elements after the target.
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 before the target.
Stop the currently-running animation on the matched elements.
Selects elements that have the specified attribute with a value containing a given substring.
Hide the matched elements with a sliding motion.