Home › Forums › JavaScript › Jquery get and post › Re: Jquery get and post
April 18, 2013 at 2:16 am
#132254
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);
}
});