[jQuery] Re: jQuery Ajax breaking in IE..... please help!!

2009-05-26 Thread Gustavo Salomé
the url is 'app/ajax.phpauth-login' U missed the ? 'app/ajax.php?auth-login' On Tue, May 26, 2009 at 3:14 AM, yrelkin wrote: > > I am developing a VoIP Customer Portal with jQuery/Ajax. > Everything works fine in Firefox, but in IE and Safari, the JS breaks. > > I used MS Script Debugger to get

[jQuery] Re: jQuery Ajax breaking in IE..... please help!!

2009-05-26 Thread Jordon Bedwell
$.post("login.php",{user:uname,pass:pass},function(data){ alert(data.something); },"json"); Is easier, otherwise you can try removing the word json and using another name and see if that works. Good luck on your mission of success! -Original Message- From: jquery-en@googlegroups.com