jQuery.parseHTML()
Parses a string into an array of DOM nodes.
Parses a string into an array of DOM nodes.
Remove an event handler.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Bind an event handler to the “select” JavaScript event, or trigger that event on an element.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Store arbitrary data associated with the specified element and/or return the value that was set.
Load data from the server using a HTTP GET request.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Wrap an HTML structure around each element in the set of matched elements.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Lock a callback list in its current state.
Send data to the server using a HTTP POST request.
Get the combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.
Reduce the set of matched elements to a subset specified by a range of indices.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().