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.
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.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
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.
Escapes any character that has a special meaning in a CSS selector.
Attach an event handler function for one or more events to the selected elements.
Bind an event handler to the “load” JavaScript event.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Create a deep copy of the set of matched elements.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Selects all elements of type file.
Selects all elements of type radio.
Bind an event handler to the “contextmenu” JavaScript event, or trigger that event on an element.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Selects all elements of type password.
The difference in milliseconds between the time the browser created the event and January 1, 1970.
Selects all elements of type reset.
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.