.click()
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Bind an event handler to the “scroll” JavaScript event, or trigger that event on an element.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.
Holds or releases the execution of jQuery’s ready event.
Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.
Creates an object containing a set of properties ready to be used in the definition of custom animations.
Merge the contents of two or more objects together into the first object.
A factory function that returns a chainable utility object with methods to register multiple callbacks into callback queues, invoke callback queues, and relay the success or failure state of any synchronous or asynchronous function.
Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
Iterate over a jQuery object, executing a function for each matched element.
Determine the current state of a Deferred object.
Relinquish jQuery’s control of the $ variable.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Insert every element in the set of matched elements to the beginning of the target.
Create a deep copy of the set of matched elements.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Adjust the opacity of the matched elements.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Get the current value of the first element in the set of matched elements or set the value of every matched element.