.scrollLeft()
Get the current horizontal position of the scroll bar for the first element in the set of matched elements or set the horizontal position of the scroll bar for every matched element.
Get the current horizontal position of the scroll bar for the first element in the set of matched elements or set the horizontal position of the scroll bar for every matched element.
Insert content, specified by the parameter, before each element in the set of matched elements.
Insert every element in the set of matched elements to the end of the target.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Determine the current state of a Deferred object.
Insert content, specified by the parameter, after each element in the set of matched elements.
Insert every element in the set of matched elements to the beginning of the target.
Execute all handlers attached to an element for an event.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Iterate over a jQuery object, executing a function for each matched element.
Relinquish jQuery’s control of the $ variable.
Adjust the opacity of the matched elements.
Matches all elements that are checked or selected.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Ajax requests produce a number of different events that you can subscribe to. Here's a full list of the events and in what order they are triggered. There are two types of events: Local Events These are callbacks that you can subscribe to within the Ajax request object, like so: 1 2 3 4 5 … Continue reading
Show or manipulate the queue of functions to be executed on the matched element.
Selects all input elements of type text.
Load data from the server and place the returned HTML into the matched elements.
Wrap an HTML structure around the content of each element in the set of matched elements.
Get the closest ancestor element that is positioned.