Combine CSS2 Attribute Selectors
        Posted  
        
            by michi.jabiko.de
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by michi.jabiko.de
        
        
        
        Published on 2010-05-31T08:26:26Z
        Indexed on 
            2010/05/31
            8:32 UTC
        
        
        Read the original article
        Hit count: 303
        
Hi, is there a way to combine CSS2 Attribute Selectors like tr[id^="foo" AND id$="bar"], so it selects all <tr id="foo_something_bar"> but not <tr id="foo_something"> or <tr id="something_bar">
© Stack Overflow or respective owner