event.data
An optional object of data passed to an event method when the current executing handler is bound.
An optional object of data passed to an event method when the current executing handler is bound.
Remove a previously-stored piece of data.
Get the current horizontal position of the scroll bar for the first element in the set of matched elements or set the horizontal position of the scroll bar for every matched element.
Hide the matched elements.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
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.
Remove an event handler.
Display the matched elements.
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.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Add a callback or a collection of callbacks to a callback list.
Call all of the callbacks with the given arguments.
Hide the matched elements with a sliding motion.
Determines if its argument is callable as a function.
Select all elements that have at least one child node (either an element or text).
Bind an event handler to the “select” JavaScript event, or trigger that event on an element.
The last value returned by an event handler that was triggered by this event, unless the value was undefined.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Attach a handler to an event for the elements.
Remove a previously-stored piece of data.