jQuery.getScript()
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Selects all elements that are visible.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Display the matched elements with a sliding motion.
Adds the specified class(es) to each element in the set of matched elements.
Return a Deferred’s Promise object.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Load data from the server using a HTTP GET request.
Finds the elements of an array which satisfy a filter function. The original array is not affected.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Get the children of each element in the set of matched elements, including text and comment nodes.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Determine whether an element has any jQuery data associated with it.
Add handlers to be called when the Deferred object is either resolved or rejected.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Determine the current state of a Deferred object.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.