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 difference in milliseconds between the time the browser created the event and January 1, 1970.
Select all elements that have at least one child node (either an element or text).
Selects all elements of type file.
Insert every element in the set of matched elements to the beginning of the target.
Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Display or hide the matched elements by animating their opacity.
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.
Selects all elements of type password.
The mouse position relative to the top edge of the document.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
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.
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.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).
Creates an object that handles the actual transmission of Ajax data.
Selects all elements of type submit.