event.stopImmediatePropagation()
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
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.
Selects all elements of type password.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
Select all elements that have at least one child node (either an element or text).
Selects all elements that are the only child of their parent.
Selects all elements that are the last child of their parent.
Remove elements from the set of matched elements.
Selects all input, textarea, select and button elements.
Bind an event handler to the “submit” event, or trigger that event on an element.
Selects elements that have the specified attribute with a value exactly equal to a certain value.
Selects all input elements of type text.
Selects all elements of type submit.
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 containing a given substring.
Creates an object that handles the actual transmission of Ajax data.
Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value.
Retrieve all the elements contained in the jQuery set, as an array.
Execute all handlers attached to an element for an event.
Disable a callback list from doing anything more.