Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Jquery get and post Re: Jquery get and post

#132252
pixelgrid
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]