[jQuery] Re: $.ajax({..}) throws syntax error in IE7

2009-06-08 Thread Gary Pearman
Hi all, Seems Ricardo was correct, and IE doesn't like the btoa function. I've implemented replacements from http://phpjs.org/ and all is now well. I take it IE just doesn't implement the btoa function, or handles it differently. Cheers, Gaz. On Jun 8, 11:44 am, Gary Pearman

[jQuery] Re: $.ajax({..}) throws syntax error in IE7

2009-06-08 Thread Gary Pearman
Thanks for all the suggestions. I'll look into the issue further. Cheers, Gaz.

[jQuery] Re: $.ajax({..}) throws syntax error in IE7

2009-06-07 Thread Gary Pearman
Yes, the line before is terminated with a semi-colon :) As I said, the code works fine in all the other browsers I've tested it in. It's just IE that throws an error. Cheers, Gaz. On Jun 7, 4:26 pm, waseem sabjee wrote: > I tested the $.ajax working fine on my end. > > do you may be have a li