Selects all elements of type password. $( ":password" ) is equivalent to $( "[type=password]"
Remove the set of matched elements from the DOM. Similar to
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Insert every element in the set of matched elements after the target. The
Execute the next function on the queue for the matched elements. When .dequeue() is
Selects all elements of type image. :image is equivalent to [type="image"]
Determine the current state of a Deferred object. The deferred.state() method returns a string representing
Selects all elements that are the nth child of their parent in relation to siblings with the same element name.
Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin. Returns a number (without "px")
The DOM element that initiated the event. The target property can be the element that
Page 18 of 32