.scroll()
Bind an event handler to the “scroll” 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.
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
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 width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
Holds or releases the execution of jQuery’s ready event.
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 “click” JavaScript event, or trigger that event on an element.
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.
Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
Selects all elements that are hidden.
Iterate over a jQuery object, executing a function for each matched element.
Determine the current state of a Deferred object.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Relinquish jQuery’s control of the $ variable.
Insert every element in the set of matched elements to the beginning of the target.
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.
Matches all elements that are checked or selected.