I have:
<div style="display:none;">
    <div class="checkMe"></div>
</div>
when I now check .checkMe if it is visible..
if($('.checkMe').is(':visible')) { ...
it is true although it is not
is there a way to achieve the check, without checking the parent-div?
 
     
    