jQuery.parseHTML()
Parses a string into an array of DOM nodes.
Parses a string into an array of DOM nodes.
Store arbitrary data associated with the specified element and/or return the value that was set.
Takes a function and returns a new one that will always have a particular context.
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.
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.
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.
Creates an object containing a set of properties ready to be used in the definition of custom animations.
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 “dblclick” JavaScript event, or trigger that event on an element.
Remove a previously-attached event handler from the elements.
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 width for the first element in the set of matched elements or set the width 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.
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.
Remove a property for the set of matched elements.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Iterate over a jQuery object, executing a function for each matched element.
The element where the currently-called jQuery event handler was attached.
Send data to the server using a HTTP POST request.
Select the element at index n within the matched set.