I have created a navigation bar with div(s) within it.
When i zoom-in, I hide the div's moving out of navigation bar through css [overflow:hidden].
My goal is to create a java-script variable which will tell me what all div's are out of navigation Bar( hidden because of overflow), as i need to add them into collapsible menu which appears when even a single div is out of navigation Bar.
Thanks in advance