jQuery.data()
Store arbitrary data associated with the specified element and/or return the value that was set.
Store arbitrary data associated with the specified element and/or return the value that was set.
Perform an asynchronous HTTP (Ajax) request.
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.
Perform a custom animation of a set of CSS properties.
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
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.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Attach a handler to an event for the elements.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Show or manipulate the queue of functions to be executed on the matched element.
Attach an event handler for all elements which match the current selector, now and in the future.
Attach an event handler function for one or more events to the selected elements.
Create a deep copy of the set of matched elements.
Display the matched elements.
Hide the matched elements.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.