.parent()
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
The DOM element that initiated the event.
The mouse position relative to the left edge of the document.
Selects all elements of type image.
Selects elements that have the specified attribute with a value ending exactly with a given string. The comparison is case sensitive.
States if the current page, in the user’s browser, is being rendered using the W3C CSS Box Model.
Selects elements that have the specified attribute with a value containing a given word, delimited by spaces.
Selects elements that have the specified attribute with a value exactly equal to a certain value.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
The rate (in milliseconds) at which animations fire.
Retrieve all the elements contained in the jQuery set, as an array.
Selects elements that have the specified attribute with a value containing a given substring.
Set default values for future Ajax requests. Its use is not recommended.
Selects all elements of type reset.
Remove a property for the set of matched elements.
Bind an event handler to the “scroll” event, or trigger that event on an element.
A selector representing selector passed to jQuery(), if any, when creating the original set.
Return the number of elements in the jQuery object.
Select all elements that are in the progress of an animation at the time the selector is run.
Globally disable all animations.