.serialize()
Encode a set of form elements as a string for submission.
Encode a set of form elements as a string for submission.
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.
Creates an object that handles the actual transmission of Ajax data.
Bind an event handler to the “submit” event, or trigger that event on an element.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
Display the matched elements.
Display or hide the matched elements.
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.
Bind an event handler to the “focus” event, or trigger that event on an element.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
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.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Bind an event handler to the “mouseout” event, or trigger that event on an element.
Bind an event handler to the “mouseover” event, or trigger that event on an element.
Adjust the opacity of the matched elements.
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
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.