[jQuery] External page links

[jQuery] External page links

just yesterday I tried something similar
                $("a|area").not('[@href^=#]').addClass("target");
works fine... but with quotes around the hash, it does not,..
it shows quotes in the docs,.... I am confused!