.height()
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Encode a set of form elements as a string for submission.
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.
Hide the matched elements.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseover” JavaScript 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.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Add handlers to be called when the Deferred object is either resolved or rejected.
Selects all elements that are selected.
Bind an event handler to the “load” JavaScript event.
Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.
Remove an event handler.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Bind an event handler to the “select” JavaScript event, or trigger that event on an element.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
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.
Encode a set of form elements as an array of names and values.