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.
Remove all child nodes of the set of matched elements from the DOM.
Selects all elements that are the last child of their parent.
Execute the next function on the queue for the matched element.
Retrieve all the elements contained in the jQuery set, as an array.
Merge the contents of two arrays together into the first array.
Wrap an HTML structure around all elements in the set of matched elements.
Execute some JavaScript code globally.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
Select all elements that are in the progress of an animation at the time the selector is run.
Selects even elements, zero-indexed. See also :odd.
Selects odd elements, zero-indexed. See also :even.
Selects elements that have the specified attribute with a value containing a given word, delimited by spaces.
Matches elements that match all of the specified attribute filters.
Selects the element that is the root of the document.
Selects all elements that are the first among siblings of the same element name.
Remove the set of matched elements from the DOM.
Selects elements that have the specified attribute, with any value.