jQuery .innerWidth()
Learn all about the jQuery function .innerWidth().
This method returns the width of the element, including left and right padding, in pixels.
This method is not applicable to window
and document
objects; for these, use .width()
instead.