possible to remove inline styles with jquery?
        Posted  
        
            by Haroldo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Haroldo
        
        
        
        Published on 2010-03-17T19:14:59Z
        Indexed on 
            2010/03/17
            19:21 UTC
        
        
        Read the original article
        Hit count: 173
        
jQuery
a jquery plugin is applying an inline style (display:block), I'm feeling lazy and i want to override it with display:none,
what's the best (lazy) way?
© Stack Overflow or respective owner