:submit Selector
Selects all elements of type submit.
Selects all elements of type submit.
Selects all elements that are selected.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Determine whether any of the matched elements are assigned the given class.
Selects a single element with the given id attribute.
Takes a string and throws an exception containing it.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Merge the contents of two arrays together into the first array.
Add handlers to be called when the Deferred object is rejected.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Reject a Deferred object and call any failCallbacks with the given context and args.
Wrap an HTML structure around all elements in the set of matched elements.
Parses a string into an XML document.
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
Modify and filter HTML strings passed through jQuery manipulation methods.
Determine whether an element has any jQuery data associated with it.
The mouse position relative to the left edge of the document.
Selects the element that is the root of the document.
Handles errors thrown synchronously in functions wrapped in jQuery().
Selects all elements that are disabled.