Closed
Description
usage:
innerWidth(number)
will subtract the padding, in pixels from number, and set the css width of the element to the difference
outerWidth(number)
will subtract the padding and border, in pixels from number, and set the css width of the element to the difference
outerWidth(number, true)
will subtract the padding and border and margin, in pixels from number, and set the css width of the element to the difference