Matches elements that match all of the specified attribute filters.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Encode a set of form elements as an array of names and values. The .serializeArray()
Reduce the set of matched elements to the final one in the set. Given a jQuery object that represents
Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that
Attach an event handler function for one or more events to the selected elements. The .on()
Remove the set of matched elements from the DOM. The .detach() method is the same as
Selects elements that have the specified attribute, with any value.
Return the number of elements in the jQuery object. The .size() method is deprecated
Matches all elements that are checked or selected. The :checked selector works for
Page 13 of 32