jQuery.ajaxTransport()
Creates an object that handles the actual transmission of Ajax data.
Creates an object that handles the actual transmission of Ajax data.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Bind an event handler to the “submit” event, or trigger that event on an element.
Display or hide the matched elements.
Display the matched elements.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Bind an event handler to the “mouseover” event, or trigger that event on an element.
Bind an event handler to the “focus” event, or trigger that event on an element.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
Bind an event handler to the “mouseout” event, or trigger that event on an element.
Execute all handlers and behaviors attached to the matched elements for the given event type.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Adjust the opacity of the matched elements.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Bind an event handler to the “dblclick” event, or trigger that event on an element.
Bind an event handler to the “mouseup” event, or trigger that event on an element.
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.
Bind an event handler to the “error” event, or trigger that event on an element.