.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.
Selects elements that have the specified attribute with a value containing a given word, delimited by spaces.
Lock a callback list in its current state.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
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.
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.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Selects elements that have the specified attribute with a value ending exactly with a given string. The comparison is case sensitive.
Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).
Matches all elements that are checked or selected.
Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL query string or Ajax request. In case a jQuery object is passed, it should contain input elements with name/value properties.
Search for a specified value within an array and return its index (or -1 if not found).
Matches elements that match all of the specified attribute filters.
Attach an event handler function for one or more events to the selected elements.
Encode a set of form elements as a string for submission.
Create a deep copy of the set of matched elements.
An optional object of data passed to an event method when the current executing handler is bound.