[jQuery] Selector: All links with HREF but not ones that start with #
<span style="font-family: trebuchet ms,sans-serif;">Want to select: <A href="foo.htm"> but not <a href="#foo">
<br style="font-family: trebuchet ms,sans-serif;"></span><span style="font-family: trebuchet ms,sans-serif;">Would that be this?</span><br style="font-family: trebuchet ms,sans-serif;">
<span style="font-family: trebuchet ms,sans-serif;">$("a[href]:not([href^='#'])")</span><br style="font-family: trebuchet ms,sans-serif;"><br style="font-family: trebuchet ms,sans-serif;"><span style="font-family: trebuchet ms,sans-serif;">Thanks for the help.</span><br style="font-family: trebuchet ms,sans-serif;">
<br style="font-family: trebuchet ms,sans-serif;"><span style="font-family: trebuchet ms,sans-serif;">Glen</span><br style="font-family: trebuchet ms,sans-serif;">