event.preventDefault()
If this method is called, the default action of the event will not be triggered.
If this method is called, the default action of the event will not be triggered.
A Promise-like object (or “thenable”) that resolves when the document is ready.
The last value returned by an event handler that was triggered by this event, unless the value was undefined.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
Execute the next function on the queue for the matched element.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Retrieve all the elements contained in the jQuery set, as an array.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Add a callback or a collection of callbacks to a callback list.
Call all of the callbacks with the given arguments.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Selects elements that have the specified attribute with a value exactly equal to a certain value.
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
Replace each target element with the set of matched elements.
Selects all elements that are headers, like h1, h2, h3 and so on.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.
Execute some JavaScript code globally.