Get the combined text contents of each element in the set of matched elements, including their descendants. Unlike
Parses a string into an array of DOM nodes. jQuery.parseHTML uses native methods to
Remove a previously-attached event handler from the elements. Event handlers attached with
Wrap an HTML structure around all elements in the set of matched elements. The .wrapAll()
Selects all elements of type submit. The :submit selector typically applies to button
Bind an event handler to the "focusin" event. This method is a shortcut for .on( "focusin"
Get the current computed width for the first element in the set of matched elements. The difference
Perform an asynchronous HTTP (Ajax) request. The $.ajax() function underlies all Ajax
Get the children of each element in the set of matched elements, including text and comment nodes. Given
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Page 25 of 32