Home › Forums › JavaScript › Jquery get and post › Re: Jquery get and post
April 18, 2013 at 2:06 am
#132252
Participant
$.ajax({
type: “GET”,
url: “www.example.com/query?var1=value1?var2=value2?callback=callbackFunctionName”,
dataType: “jsonp”
});
give this one a try [edited insert callback in the query]