Sorry answered my own question. Whipped up a demo.
http://www.commadot.com/jquery/notSelector.php

 $("a[href]:not([href^=#])")

Glen

On Thu, Apr 17, 2008 at 3:01 PM, Glen Lipka <[EMAIL PROTECTED]> wrote:

> Want to select: <A href="foo.htm"> but not <a href="#foo">
>
> Would that be this?
> $("a[href]:not([href^='#'])")
>
> Thanks for the help.
>
> Glen
>

Reply via email to