Is there an easy way to get the width of a scrollbar using javascript / jquery ?
I need to get the width of a div that overflows + whatever width the scroll bar is.
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if you’re using jquery, try this:
i’m using this in the project i’m working on and it works like a charm. it gets the scrollbar-width by:
hiddenauto(to get scrollbars)so what you’ll have to do is getting the width of your div (
$('#mydiv').width()) and add the scrollbar-width: