tony.summerville
4 May 2007, 6:01 AM
I'm having trouble figuring out how to select all links, except the ones with a rel="external" attribute.
Here's what I've got:
Ext.select('a:not(a[rel="external"])')
What am I doing wrong? Thanks.
Here's what I've got:
Ext.select('a:not(a[rel="external"])')
What am I doing wrong? Thanks.