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

#132254
Htmlmainiac
Member

Yes but i need to do this:

$.ajax({
url: ‘http://www.pandorabots.com/pandora/talk?botid=9428f08a6e344b33’,
data: {
‘input’: text
},
dataType: ‘jsonp’,
jsonpCallback: ‘jsonp’,
type: ‘POST’,
success: function (data) {
console.log(data);
}
});