jQuery.get()
Load data from the server using a HTTP GET request.
Load data from the server using a HTTP GET request.
Load JSON-encoded data from the server using a GET HTTP request.
Selects all elements that are enabled.
Bind an event handler to the “mousedown” event, or trigger that event on an element.
Bind an event handler to the “mousemove” event, or trigger that event on an element.
Remove all child nodes of the set of matched elements from the DOM.
Selects all next elements matching “next” that are immediately preceded by a sibling “prev”.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Select all elements that have no children (including text nodes).
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Selects even elements, zero-indexed. See also :odd.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.
Selects all elements with the given tag name.
Returns whether event.stopImmediatePropagation() was ever called on this event object.
An optional object of data passed to an event method when the current executing handler is bound.
Matches elements that match all of the specified attribute filters.
Bind an event handler to the “mouseover” event, or trigger that event on an element.
Reduce the set of matched elements to the one at the specified index.
Bind an event handler to the “mouseup” event, or trigger that event on an element.
Bind an event handler to the “mouseout” event, or trigger that event on an element.