Attribute Contains Prefix Selector [name|=”value”]
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 (-).
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 (-).
Creates an object that handles the actual transmission of Ajax data.
Retrieve all the elements contained in the jQuery set, as an array.
Execute the next function on the queue for the matched element.
Execute all handlers attached to an element for an event.
Remove a previously-attached event handler from the elements.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Add a callback or a collection of callbacks to a callback list.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Selects all button elements and elements of type button.
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function’s arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.
Reduce the set of matched elements to a subset specified by a range of indices.
Select all elements that are in the progress of an animation at the time the selector is run.
Selects all elements that are hidden.
Selects all elements of type reset.
Bind an event handler to the “scroll” event, or trigger that event on an element.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
Create a new jQuery object with elements added to the set of matched elements.
Determine whether any of the matched elements are assigned the given class.
Remove a property for the set of matched elements.