Search Results

3
votes
2answers
110 views

JQuery click function not firing intermittently

Wow, this one has me tearing my hair out. I'm tracking links in JQuery. $(".hdr a[id]").mousedown(function(e){ var h = this; var url = "/g/click/" + this.id; $. …