.parent()
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
Encode a set of form elements as an array of names and values.
Insert content, specified by the parameter, to the end 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.
Wrap an HTML structure around the content of each element in the set of matched elements.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Creates an object that handles the actual transmission of Ajax data.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Lock a callback list in its current state.
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.
Remove an event handler.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Load data from the server and place the returned HTML into the matched elements.
Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.
Return a Deferred’s Promise object.
Send data to the server using a HTTP POST request.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Get the closest ancestor element that is positioned.
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.