Use the CSS 3 :not() selector:
$$('div:not([eats*=pony])')will return all divs which don't have 'pony' as part of their 'eats' attribute.
http://www.w3.org/TR/css3-selectors/ On 10/11/09 12:41, Ryan Florence wrote:
Is there an opposite to `*=` ? Like: `!*=` ? Ryan Florence [Writing TextMate Snippets] ( http://blog.flobro.com/ )
-- Not sent from my iPhone.
