.selector
A selector representing selector passed to jQuery(), if any, when creating the original set.
A selector representing selector passed to jQuery(), if any, when creating the original set.
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.
Selects all elements with the given class.
Select all elements that contain the specified text.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
Retrieve all the elements contained in the jQuery set, as an array.
An object containing all CSS properties that may be used without a unit. The .css() method uses this object to see if it may append px to unitless values.
Selects all elements that are the last child of their parent.
Add handlers to be called when the Deferred object generates progress notifications.
Remove all of the callbacks from a list.
Selects elements that have the specified attribute, with any value.
Return a number representing the current time.
Remove a previously-stored piece of data.
Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).