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 input, textarea, select and button elements.
Encode a set of form elements as an array of names and values.
Selects all elements.
Encode a set of form elements as a string for submission.
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Select all elements that are in the progress of an animation at the time the selector is run.
Display or hide the matched elements with a sliding motion.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.
Reduce the set of matched elements to a subset specified by a range of indices.
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.
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.
Selects all elements that are selected.
Selects all elements of type reset.
Selects all elements that are hidden.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
Create a new jQuery object with elements added to the set of matched elements.
Adds the specified class(es) to each element in the set of matched elements.
Hide the matched elements.