I am new to jQuery, I suppose it is really simple, but I cannot find the correct selector. I tried with this code:
$(":not(a[href=word1],a[href=word2]").click(function() { ... do something }
but it will not work, it actually seems to suck the processor all the time. Can you help me? Thanks!
jquery jquery-selectors
astorcas
source share