.prev()
Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.
Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
Get the closest ancestor element that is positioned.
Selects odd elements, zero-indexed. See also :even.
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
The DOM element that initiated the event.
Selects all elements of type file.
Selects all elements of type password.
Selects all elements that do not match the given selector.
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.
Reduce the set of matched elements to a subset specified by a range of indices.
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 ending exactly with a given string. The comparison is case sensitive.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Selects all input elements of type text.
Selects elements that have the specified attribute with a value exactly equal to a certain value.
A string containing the jQuery version number.
Encode a set of form elements as an array of names and values.