jquery link handler with google ads link

Posted by kani on Stack Overflow See other posts from Stack Overflow or by kani
Published on 2009-08-25T08:36:02Z Indexed on 2010/03/19 1:01 UTC
Read the original article Hit count: 543

Filed under:
|

my jquery

jQuery(function(){
         jQuery('div.class a').click(function() {
           alert("hello");
        });
    });

google ads link

<a id="aw0" class="adt" target="_top" onmouseover="return ss('','aw0')" onmousedown="st('aw0')" onfocus="ss('','aw0')" onclick="ha('aw0')" href="/aclk?sa=l&ai=BH3xd2ZmTSvrMC5iKqAO2v7XDBv6jtl-mgLjKDMCNtwGA8QQQARgBILCNuQooBTgAUO3uw-4EYPEDoAHdtsH_A7IBCWxvY2FdsG9zdLoBCjE2MHg2MDBfYXPIAQHaARdodHRwOi8vbG9jYWxob3N0L21lZHV1L8gCrOj9A6gDAcgDB-gDigPoA9gC6AMf6AMg9QMAAAAE&num=1&sig=AGiWqtyWbhq4GCyGudApdZUjBApw4vI74w&client=ca-pub-0099118250769400&adurl=http://www.nixusoftware.com/products_nss.html">
<span>Nixu Software's Warning</span>
</a>

My problem is jquery not properly work with google ads link

// other links no problem (<a>link</a>)

is jquery functions conflict with google ads functions

Please help me

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript