.after()
Insert content, specified by the parameter, after each element in the set of matched elements.
Insert content, specified by the parameter, after each element in the set of matched elements.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseup” JavaScript event, or trigger that event on an element.
Stop the currently-running animation on the matched elements.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Takes a function and returns a new one that will always have a particular context.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
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.
Create a deep copy of the set of matched elements.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Store arbitrary data associated with the specified element and/or return the value that was set.
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 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.
Bind an event handler to the “resize” JavaScript event, or trigger that event on an element.