.mousedown()
Bind an event handler to the “mousedown” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mousedown” JavaScript event, or trigger that event on an element.
Set a timer to delay execution of subsequent items in the queue.
Specify a function to execute when the DOM is fully loaded.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Search for a given element from among the matched elements.
Display the matched elements with a sliding motion.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Display or hide the matched elements by animating their opacity.
Set default values for future Ajax requests. Its use is not recommended.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Display the matched elements by fading them to opaque.
Hide the matched elements by fading them to transparent.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Creates an object that handles the actual transmission of Ajax data.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Hide the matched elements with a sliding motion.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Display or hide the matched elements with a sliding motion.