[jQuery] Re: a:not referencing named anchors

2009-01-05 Thread MorningZ
Docs: http://docs.jquery.com/Selectors/attributeStartsWith#attributevalue so: $(a:not([name^='#'])) On Jan 5, 4:28 am, Nikola nik.cod...@gmail.com wrote: Hi, I have a relatively simple question that I have been working on. I would like to exclude all anchors which reference named anchors

[jQuery] Re: a:not referencing named anchors

2009-01-05 Thread Nikola
That is a thing of beauty! Thanks much.