.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.
Selects all elements of type image.
Hide the matched elements.
This page documents data types appearing in jQuery function signatures, whether defined by JavaScript itself or further restricted by jQuery. Unless explicitly stated otherwise, jQuery functions require primitive values where applicable, and do not accept their Object-wrapped forms. If you want to study these concepts in depth, take a look at MDN. You should be … Continue reading
Selects all input, textarea, select and button elements.
Perform an asynchronous HTTP (Ajax) request.
Attach a handler to an event for the elements.
Selects all button elements and elements of type button.
Selects all input elements of type text.
Selects all elements of type submit.
States if the current page, in the user’s browser, is being rendered using the W3C CSS Box Model.
Bind an event handler to the “unload” JavaScript event.