Klaus Hartl wrote:
Let's not add classes only for that purpose. Maybe you can also try to workaround this limitation by selecting not by type but href attribute which is only allowed for links:

$("a").not("#nav [EMAIL PROTECTED]")


I'm sorry, that should have read:

$("a").not( $("#nav [EMAIL PROTECTED]") );


--Klaus

Reply via email to