jQuery.type()
Determine the internal JavaScript [[Class]] of an object.
Determine the internal JavaScript [[Class]] of an object.
Selects all elements of type password.
The difference in milliseconds between the time the browser created the event and January 1, 1970.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.
Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that selector.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Selects the combined results of all the specified selectors.
Selects all elements that are the nth child of their parent in relation to siblings with the same element name.
Return the number of elements in the jQuery object.
Selects all input elements of type text.
Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value.
Selects all button elements and elements of type button.
A selector representing selector passed to jQuery(), if any, when creating the original set.
Selects all elements that are selected.
A collection of properties that represent the presence of different browser features or bugs; intended for jQuery’s internal use.
Determine whether any of the matched elements are assigned the given class.
Selects a single element with the given id attribute.
The rate (in milliseconds) at which animations fire.
Selects all elements that are headers, like h1, h2, h3 and so on.
Determine whether a Deferred object has been rejected.