.innerWidth()
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.
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.
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.
Insert every element in the set of matched elements after the target.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Return a Deferred’s Promise object.
Bind an event handler to the “mousedown” JavaScript event, or trigger that event on an element.
Adjust the opacity of the matched elements.
Specify a function to execute when the DOM is fully loaded.
Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL query string or Ajax request. In case a jQuery object is passed, it should contain input elements with name/value properties.
Display the matched elements by fading them to opaque.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Takes a function and returns a new one that will always have a particular context.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Hide the matched elements.
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.
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
Reduce the set of matched elements to a subset specified by a range of indices.
Store arbitrary data associated with the specified element and/or return the value that was set.
Get the children of each element in the set of matched elements, optionally filtered by a selector.