Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
184
rated 0 times [  185] [ 1]  / answers: 1 / hits: 24554  / 13 Years ago, thu, may 12, 2011, 12:00:00

I've got a textarea with a fixed height. When the user types text into the textarea a scrollbar will show up after the user typed some text in it.



How can I get the scrollbar height using jQuery or plain JavaScript? I've been searching for this for hours, but couldn't find anything. I can't just insert a div and get the scrollbar height via the div offset because a textarea is not allowed to have child elements.



Please don't give me a link to a jQuery Plug-In that does the job. I want to learn something.


More From » jquery

 Answers
93
textarea.scrollHeight


returns an integer (pixels)


[#92275] Tuesday, May 10, 2011, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
estefanib

Total Points: 508
Total Questions: 104
Total Answers: 83

Location: Lebanon
Member since Sun, Aug 2, 2020
4 Years ago
;