i want to know the width and height of the html elements like divs body and tables.
is this possible ? i want the calculated width,height and not the one that i apply to the elements.
using jquery would be fine.
thanks
i want to know the width and height of the html elements like divs
Share
You can do this easily (and without jQuery) with element.offsetWidth and element.offsetHeight