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.
The mouse position relative to the top edge of the document.
Remove an event handler.
Selects all elements that are the only child of their parent.
The difference in milliseconds between the time the browser created the event and January 1, 1970.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Selects all elements of type file.
Insert every element in the set of matched elements to the beginning of the target.
Display or hide the matched elements by animating their opacity.
Selects all elements of type password.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
The rate (in milliseconds) at which animations fire.
Selects elements that have the specified attribute with a value exactly equal to a certain value.
Selects all input elements of type text.
Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value.
Bind an event handler to the “submit” event, or trigger that event on an element.
Selects all elements of type submit.
Insert every element in the set of matched elements to the end of the target.