.html()
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of 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.
Selects all elements that are selected.
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.
Selects all elements of type submit.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Determines if its argument is callable as a function.
Remove from the queue all items that have not yet been run.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Selects all elements of type checkbox.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Translate all items in an array or object to new array of items.
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.
Return a Deferred’s Promise object.
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.
Sorts an array or an array-like object of DOM elements, in place, with the duplicates removed. Note that this only works on arrays/array-likes of DOM elements, not strings or numbers.
Finds the elements of an array which satisfy a filter function. The original array is not affected.