.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.
Selects all button elements and elements of type button.
Get the combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.
Indicates whether the META key was pressed when the event fired.
The mouse position relative to the top edge of the document.
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 selector.
The mouse position relative to the left edge of the document.
Remove the set of matched elements from the DOM.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Remove an event handler.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
Selects elements which contain at least one element that matches the specified selector.
Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
Remove a previously-stored piece of data.
Selects all elements of type radio.
Selects all elements of type file.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Selects all elements of type password.