.innerHeight()
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.
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.
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.
Remove elements from the set of matched elements.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Load JSON-encoded data from the server using a GET HTTP request.
Bind an event handler to the “select” JavaScript event, or trigger that event on an element.
Execute all handlers attached to an element for an event.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Matches all elements that are checked or selected.
Display the matched elements.
Hide the matched elements with a sliding motion.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
Attach an event handler for all elements which match the current selector, now and in the future.
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.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
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 (-).
Selects elements that have the specified attribute with a value ending exactly with a given string. The comparison is case sensitive.