jQuery()
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Perform an asynchronous HTTP (Ajax) request.
Takes a function and returns a new one that will always have a particular context.
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.
Send data to the server using a HTTP POST request.
Attach an event handler function for one or more events to the selected elements.
Determine the internal JavaScript [[Class]] of an object.
Insert content, specified by the parameter, after each element in the set of matched elements.
Insert content, specified by the parameter, before each element in the set of matched elements.
Load JSON-encoded data from the server using a GET HTTP request.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Determines if its argument is callable as a function.
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.
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Takes a well-formed JSON string and returns the resulting JavaScript value.