How to check visibility of multiple div's in simpler way?
        Posted  
        
            by jaan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jaan
        
        
        
        Published on 2010-04-02T12:29:50Z
        Indexed on 
            2010/04/02
            12:33 UTC
        
        
        Read the original article
        Hit count: 381
        
Currently i'm using below code which works well.
$("#topperAtBaseLevel:visible, #lowerAtBaseLevel:visible").hide();
any optimised code? 
i mean how to use :visible rightly?
© Stack Overflow or respective owner