JQuery JSONP explanedhttps://www.sitepoint.com/jsonp-examples/
Good documentation about #JSonP
How to use jQuery's JSONP to get around the cross domain issues when loading external scripts by using an AJAX request that has a callback function.