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
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
2 matches
Mail list logo