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