phdphd Posted January 13, 2019 Share Posted January 13, 2019 Hi All, Is it possible in JS (or jQuery) to get the height of the contents of a scrollable DIV ? I am not looking for the height of the scrollable DIV itself, but its contents (i.e, height of visible content + height of not visible content). Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/308170-height-of-contents-of-scrollable-div/ Share on other sites More sharing options...
maxxd Posted January 13, 2019 Share Posted January 13, 2019 .innerHeight() is working in tests here, unless I'm misunderstanding what it is you're wanting. Quote Link to comment https://forums.phpfreaks.com/topic/308170-height-of-contents-of-scrollable-div/#findComment-1563522 Share on other sites More sharing options...
phdphd Posted January 13, 2019 Author Share Posted January 13, 2019 Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/308170-height-of-contents-of-scrollable-div/#findComment-1563525 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.