[jQuery] Re: a:not named anchor

2009-01-05 Thread Nikola
Indeed, thanks much... this is an extremely versatile and useful selector. Sorry for the double post. I deleted my initial message to fix a typo then had to re-post.

[jQuery] Re: a:not named anchor

2009-01-05 Thread Karl Swedberg
This would probably work: $('a:not([href^=#])') --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 5, 2009, at 4:22 AM, Nikola wrote: Hi, I have a relatively simple question that I have been working on. I would like exclude all anchors that point to

[jQuery] Re: a:not named anchor

2009-01-05 Thread Nikola
Sure does, thanks much... this is an extremely useful and versatile selector. Sorry for double post. I deleted my initial message to fix a typo which in turn removed the entire message and I had to re-post it so now we have two.. ;)