jQuery.cssHooks
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
A collection of properties that represent the presence of different browser features or bugs; intended for jQuery’s internal use.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
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.
The rate (in milliseconds) at which animations fire.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Insert every element in the set of matched elements to the beginning of the target.
Insert every element in the set of matched elements before the target.
Store arbitrary data associated with the specified element and/or return the value that was set.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Insert every element in the set of matched elements after the target.
Perform an asynchronous HTTP (Ajax) request.
Insert every element in the set of matched elements to the end of the target.
Selects all elements that are enabled.
Bind an event handler to the “mousemove” event, or trigger that event on an element.
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.
Bind an event handler to the “mousedown” event, or trigger that event on an element.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Bind an event handler to the “unload” event, or trigger that event on an element.