[jQuery] Re: JQuery AJAX not working.

2009-11-16 Thread Mayank
Hi Serhat, Thanks for the reply. Well, I've gone through the code and I'm using just the same code. I went through the code again and again but it wasn't working. Afterwards, I decided to test it on different browsers and it worked in IE 8, but it didn't work in FF 3.5, Chrome. Here is the exact

[jQuery] Re: JQuery AJAX not working.

2009-11-13 Thread serhat
It works for me, the code is: $.get('ajax_try.php',{data1: 'data1-text', data2: 'data2-text'}, function(ajax_response){ if(ajax_response=='ok'){ document.myForm.submit(); }else{ $('#response_text_field').html(a

[jQuery] Re: jquery ajax not working in mozilla

2009-08-28 Thread Alexander C
Are you executing that script in the same domain 'http://localhost:3162' where the rest service is?. We can't do cross-domain ajax requests. Maybe IE make a exception for their own REST services. Atte, Alexander Cabezas Gerente de Aplicacion