[jQuery] Re: Click Tracking - Works In IE Only

2009-05-29 Thread Up-Works
Thank you James - I will try this"What if you try to use $.ajax instead, and set the option 'async' to 'false', so that it waits for the AJAX response before the click- through occurs? "

[jQuery] Re: Click Tracking - Works In IE Only

2009-05-29 Thread James
That's strange. Maybe it's a race condition issue which may vary depending on your computer. I've tried this before for logging click- throughs and it worked fine. What if you try to use $.ajax instead, and set the option 'async' to 'false', so that it waits for the AJAX response before the click-

[jQuery] Re: Click Tracking - Works In IE Only

2009-05-29 Thread Up-Works
On May 29, 2:36 pm, James wrote: > "What" is not working? > Clicking the link does nothing? Does 'providerid' not have a value? Is > the AJAX not being sent? No AJAX response? In FF and Safari it does not fetch the $.get before loading the new page location, thus the ..lib/bannerTracking.php

[jQuery] Re: Click Tracking - Works In IE Only

2009-05-29 Thread Up-Works
On May 29, 2:54 pm, James wrote: > Try putting a "return false;" at the end of your click code so that it > doesn't go to the next page. See if the AJAX call works. > (Theoretically, it probably still should not if it didn't before.) > > I'm not sure what you're saying about the console display

[jQuery] Re: Click Tracking - Works In IE Only

2009-05-29 Thread James
Try putting a "return false;" at the end of your click code so that it doesn't go to the next page. See if the AJAX call works. (Theoretically, it probably still should not if it didn't before.) I'm not sure what you're saying about the console displaying the text in red. Does it also contain any

[jQuery] Re: Click Tracking - Works In IE Only

2009-05-29 Thread James
"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 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

[jQuery] Re: Click Tracking - Works In IE Only

2009-05-29 Thread waseem sabjee
try using bind() instead of live() On Fri, May 29, 2009 at 11:23 PM, Up-Works 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').