Has Attribute Selector [name]
Selects elements that have the specified attribute, with any value.
Selects elements that have the specified attribute, with any value.
Reduce the set of matched elements to the even ones in the set, numbered from zero.
Selects all elements that are the first child of their parent.
Get the closest ancestor element that is positioned.
The mouse position relative to the left edge of the document.
Selects odd elements, zero-indexed. See also :even.
The mouse position relative to the top edge of the document.
An optional object of data passed to an event method when the current executing handler is bound.
Reduce the set of matched elements to the final one in the set.
Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).
Takes a string and throws an exception containing it.
Determines if its argument is callable as a function.
Determine whether the argument is a window.
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.
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
Reduce the set of matched elements to the odd ones in the set, numbered from zero.
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.
Convert an array-like object into a true JavaScript array.
A string containing the jQuery version number.