:not() Selector
Selects all elements that do not match the given selector.
Selects all elements that do not match the given selector.
The element where the currently-called jQuery event handler was attached.
Selects even elements, zero-indexed. See also :odd.
Remove elements from the set of matched elements.
The namespace specified when the event was triggered.
The difference in milliseconds between the time the browser created the event and January 1, 1970.
Selects odd elements, zero-indexed. See also :even.
Reduce the set of matched elements to the one at the specified index.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Selects all elements that are selected.
Search for a given element from among the matched elements.
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
Selects all elements.
Select all elements that are in the progress of an animation at the time the selector is run.
Selects all input, textarea, select and button elements.
Selects all elements of type image.
Register a handler to be called when Ajax requests complete. This is an AjaxEvent.
Remove a property for the set of matched elements.
Determine whether any of the matched elements are assigned the given class.