[jQuery] a:not referencing named anchors

[jQuery] a:not referencing named anchors


Hi,
I have a relatively simple question that I have been working on. I
would like to exclude all anchors which reference named anchors from a
particular function. What's the simplest way to
express this? Although I don't quite know how I'd write this up I was
thinking something along the lines of:
Anchors that don't have "#" as the first character in their
reference..
$("a:not "#" as the first character in their href").someaction
Any ideas?
Thanks much,
Nikola