I have page that includes 3 tabs. In one moment you can see only current tab (it is first tab, other are hidden). In second hidden tab - hidden blocks, that includes target blocks.
I can't get height of target blocks, because they are located in hidden blocks of hidden tab.
Is there a way to get the height of hidden block without showing it with JS?
Sample:
<div style=display: none> Some Content </div>
How to get height of the above div
without changing display property?