$.ajax({ url : 'https://site.com', type : "GET", dataType : "jsonp", success : function(msg){ alert(msg) } });