jQuery.ajax()
Perform an asynchronous HTTP (Ajax) request.
Perform an asynchronous HTTP (Ajax) request.
Attach an event handler function for one or more events to the selected elements.
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.
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
Perform a custom animation of a set of CSS properties.
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.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Attach a handler to an event for the elements.
Get the value of a property for the first element in the set of matched elements or set one or more 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.
Bind an event handler to the “keydown” event, or trigger that event on an element.
Bind an event handler to the “keyup” event, or trigger that event on an element.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Bind an event handler to the “mousemove” event, or trigger that event on an element.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Bind an event handler to the “keypress” event, or trigger that event on an element.
Display the matched elements by fading them to opaque.
Store arbitrary data associated with the specified element and/or return the value that was set.
Load data from the server using a HTTP GET request.
Load JSON-encoded data from the server using a GET HTTP request.