.hasClass()
Determine whether any of the matched elements are assigned the given class.
Determine whether any of the matched elements are assigned the given class.
Select all elements that are in the progress of an animation at the time the selector is run.
Add the previous set of elements on the stack to the current set.
Encode a set of form elements as an array of names and values.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
Set default values for future Ajax requests. Its use is not recommended.
Selects elements that have the specified attribute with a value ending exactly with a given string. The comparison is case sensitive.
Selects all elements of type submit.
Selects all elements.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Selects all elements of type reset.
Replace each target element with the set of matched elements.
Selects a single element with the given id attribute.
Get the current vertical position of the scroll bar for the first element in the set of matched elements or set the vertical position of the scroll bar for every matched element.
Selects all elements that are selected.
Selects all elements of type image.
Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value.
Execute the next function on the queue for the matched element.
Check to see if an object is empty (contains no enumerable properties).
Selects all direct child elements specified by “child” of elements specified by “parent”.