.innerWidth()
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 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.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
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.
Hide the matched elements with a sliding motion.
Display the matched elements.
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.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
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.
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 beginning exactly with a given string.
Selects elements that have the specified attribute with a value ending exactly with a given string. The comparison is case sensitive.