.outerWidth()
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.
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.
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.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Insert content, specified by the parameter, to the end of 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 “keypress” JavaScript event, or trigger that event on an element.
Hide the matched elements.
Display or hide the matched elements with a sliding motion.
Display or hide the matched elements.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Create a deep copy of the set of matched elements.
Store arbitrary data associated with the specified element and/or return the value that was set.
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.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mousedown” JavaScript event, or trigger that event on an element.
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.
Load data from the server and place the returned HTML into the matched elements.