"What" is not working?
Clicking the link does nothing? Does 'providerid' not have a value? Is
the AJAX not being sent? No AJAX response?

On May 29, 11:23 am, Up-Works <[email protected]> wrote:
> Need to know why this code below records the click in IE but does not
> record the click in FF or Safari.  a.adBanner is an internal link
> within the same domain.  Thank you in advance.
>
> $('a.adBanner').live('click',function(){
>
>         var provider_id = $(this).attr('id');
>
>         var providerid = provider_id.match(/[0-9]+/g);
>
>         $.get('../lib/bannerTracking.php', {
>             pid : providerid
>             }, function() {
>
>             });
>
>     });

Reply via email to