event.timeStamp
The difference in milliseconds between the time the browser created the event and January 1, 1970.
The difference in milliseconds between the time the browser created the event and January 1, 1970.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
If this method is called, the default action of the event will not be triggered.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
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.
Retrieve the DOM elements matched by the jQuery object.
Selects all elements of type radio.
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.
Selects elements that have the specified attribute with a value exactly equal to a certain value.
Execute the next function on the queue for the matched element.
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.
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.
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.
Selects all elements that are headers, like h1, h2, h3 and so on.
Determine whether any of the matched elements are assigned the given class.
Replace each target element with the set of matched elements.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.