:image Selector
Selects all elements of type image.
Selects all elements of type image.
Get the current vertical position of the scroll bar for the first element in the set of matched elements or set the vertical position of the scroll bar for every matched element.
Get the current horizontal position of the scroll bar for the first element in the set of matched elements or set the horizontal position of the scroll bar for every matched element.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Stop the currently-running animation on the matched elements.
Selects all elements of type submit.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Determines if its argument is callable as a function.
Selects all elements of type checkbox.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.
Remove from the queue all items that have not yet been run.
Translate all items in an array or object to new array of items.
Remove a previously-stored piece of data.
Send data to the server using a HTTP POST request.
Add handlers to be called when the Deferred object is resolved.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Finds the elements of an array which satisfy a filter function. The original array is not affected.
Lock a callback list in its current state.
Selects all button elements and elements of type button.