Frontend jQuery

Height of the hidden element

In some cases, we need to get the height of the hidden element in HTML.

But the default jquery functionalities getting heights are not working for the hidden element. That is, all of the following functionalities doesn’t work.

  • height()
  • outerHeight()
  • innerHeight()

To fix this issue, we can use the following library to get the height of the hidden element.

https://github.com/dreamerslab/jquery.actual

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *