How to get the dimensions of the scroll bars ?
Posted
by misha-moroshko
on Stack Overflow
See other posts from Stack Overflow
or by misha-moroshko
Published on 2010-04-27T15:24:43Z
Indexed on
2010/04/27
15:33 UTC
Read the original article
Hit count: 217
I have an HTML table that contains lots of rows and columns. Therefore, it has vertical and horizontal scroll bars.
How can I get the dimensions in pixels of these scroll bars in Javascript/jQuerys ?
© Stack Overflow or respective owner