.slideToggle()
Display or hide the matched elements with a sliding motion.
Display or hide the matched elements with a sliding motion.
Wrap an HTML structure around the content of each element in the set of matched elements.
Determine whether an element has any jQuery data associated with it.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Determines if its argument is callable as a function.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Determine whether the argument is an array.
Bind an event handler to the “unload” JavaScript event.
Execute the next function on the queue for the matched element.
Selects all elements of type submit.
States if the current page, in the user’s browser, is being rendered using the W3C CSS Box Model.
Hide the matched elements with a sliding motion.
Selects all input elements of type text.
Check to see if a DOM element is a descendant of another DOM element.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Determines whether its argument represents a JavaScript number.