I'm new to JQuery, i suppose that's really simple but I can't find the right selector. I tried with this code:
$(":not(a[href=word1],a[href=word2]").click(function() {
... do something
}
but it doesn't work, in fact it seems to suck all the cpu time. Can you help me? Thanks!