Selects all input elements of type text. $( ":text" ) allows us to select all <input
Selects all elements that are disabled. As with other pseudo-class selectors (those that begin with
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
Load data from the server and place the returned HTML into the matched element.
Encode a set of form elements as a string for submission. The .serialize() method creates
Selects all elements that are the first among siblings of the same element name. The :first-of-type
Relinquish jQuery's control of the $ variable. Many JavaScript libraries use $
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function's
The other DOM element involved in the event, if any. For mouseout, indicates the element
Page 24 of 32