.click()
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
Merge the contents of two arrays together into the first array.
Get the children of each element in the set of matched elements, including text and comment nodes.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Creates an object containing a set of properties ready to be used in the definition of custom animations.
Store arbitrary data associated with the specified element and/or return the value that was set.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Call all of the callbacks with the given arguments.
Modify and filter HTML strings passed through jQuery manipulation methods.
Call all callbacks in a list with the given context and arguments.
Add handlers to be called when the Deferred object is either resolved or rejected.