[jQuery] JQuery AJAX not working.

2009-11-13 Thread Mayank
I have a page that uses a jquery $.get() method to retrieve content from a remote page. Ex $(function(){ $.get("http://domain.com/script.axd",{parameter1: "value1", parameter2: "value2"}, function(responseText){ alert(responseText); }); }); The above script returns a null or empty st

[jQuery] jquery ajax not working in mozilla

2009-08-28 Thread praveen
hi, i use jquery and calling my service function by using jQuery ajax. it works fine in IE and return data in json format but when i run this in firefox this method is not call means ajax method call is not called in firefox. where is problem in code here is my code my service is host on remote