jQuery catch td
        Posted  
        
            by Happy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Happy
        
        
        
        Published on 2010-06-16T09:04:51Z
        Indexed on 
            2010/06/16
            9:12 UTC
        
        
        Read the original article
        Hit count: 179
        
Trying to catch td with style:
<td style="color: #333;">
Hope this should work, but it doesn't:
td:[style='color: #333;']
Any idea?
Thanks.
© Stack Overflow or respective owner