.data()
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.
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.
Merge the contents of two or more objects together into the first object.
Adjust the opacity of the matched elements.
Display the matched elements by fading them to opaque.
Perform a custom animation of a set of CSS properties.
Bind an event handler to the “load” JavaScript event.
This page documents data types appearing in jQuery function signatures, whether defined by JavaScript itself or further restricted by jQuery. Unless explicitly stated otherwise, jQuery functions require primitive values where applicable, and do not accept their Object-wrapped forms. If you want to study these concepts in depth, take a look at MDN. You should be … Continue reading
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.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Show or manipulate the queue of functions to be executed on the matched elements.
Hide the matched elements by fading them to transparent.
The rate (in milliseconds) at which animations fire.
Hide the matched elements with a sliding motion.
Display the matched elements.
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.
Perform an asynchronous HTTP (Ajax) request.