Jsonp Callback
-
Hi, thanks for the great plugin.
I am trying to find a way to retrieve information via jsonp with your plugin but unfortunately it doesn’t seem working.
Can you please help me with guiding what do I need to do?
$.ajax({
url: ‘https://www.domain.com/?wpapi=get_posts&dev=1’,
async: false,
jsonpCallback: ‘jsonCallback’,
contentType: “application/json”,
timeout: 15000,
……Thank you in advance.
- The topic ‘Jsonp Callback’ is closed to new replies.