jQuery.get()
Load data from the server using a HTTP GET request.
Load data from the server using a HTTP GET request.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Create a new jQuery object with elements added to the set of matched elements.
Adjust the opacity of the matched elements.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
The rate (in milliseconds) at which animations fire.
Load JSON-encoded data from the server using a GET HTTP request.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Remove all child nodes of the set of matched elements from the DOM.
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.
Wrap an HTML structure around the content of each element in the set of matched elements.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Wrap an HTML structure around each element in the set of matched elements.
Selects all elements that are visible.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Retrieve the DOM elements matched by the jQuery object.
Remove the set of matched elements from the DOM.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.