jQuery.fn.extend()
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
The mouse position relative to the top edge of the document.
Remove an event handler.
Selects odd elements, zero-indexed. See also :even.
The mouse position relative to the left edge of the document.
Indicates whether the META key was pressed when the event fired.
Remove elements from the set of matched elements.
The namespace specified when the event was triggered.
If this method is called, the default action of the event will not be triggered.
The last value returned by an event handler that was triggered by this event, unless the value was undefined.
Display or hide the matched elements by animating their opacity.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Selects all elements of type file.
Selects all elements of type password.
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
The difference in milliseconds between the time the browser created the event and January 1, 1970.
Select all elements that have at least one child node (either an element or text).
Selects all elements that do not match the given selector.
Retrieve all the elements contained in the jQuery set, as an array.