:hidden Selector
Selects all elements that are hidden.
Selects all elements that are hidden.
Reduce the set of matched elements to a subset specified by a range of indices.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
Wrap an HTML structure around the content of each element in the set of matched elements.
Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL query string or Ajax request. In case a jQuery object is passed, it should contain input elements with name/value properties.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Bind an event handler to the “mouseout” event, or trigger that event on an element.
Bind an event handler to the “mousedown” event, or trigger that event on an element.
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
Search for a given element from among the matched elements.
Add a callback or a collection of callbacks to a callback list.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Bind an event handler to the “mouseover” event, or trigger that event on an element.
Remove event handlers previously attached using .live() from the elements.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Bind an event handler to the “contextmenu” event, or trigger that event on an element.
Return a Deferred’s Promise object.