.hide()
Hide the matched elements.
Hide the matched elements.
Display or hide the matched elements with a sliding motion.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Remove elements from the set of matched elements.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Display the matched elements by fading them to opaque.
Display the matched elements.
Selects all elements of type submit.
Hide the matched elements with a sliding motion.
Hide the matched elements by fading them to transparent.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Retrieve all the elements contained in the jQuery set, as an array.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Send data to the server using a HTTP POST request.
Finds the elements of an array which satisfy a filter function. The original array is not affected.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.