JQuery JSONP explaned
https://www.sitepoint.com/jsonp-examples/

Good documentation about #JSonP

jQuery's JSONP Explained with Examples — SitePoint

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.

SitePoint