So let\'s say you\'re trying to do a jquery ajax request, something like:
$.ajax({ ... url: http://other-website.com ... })
I under
The answer is no, you cannot trick it or force it to load html from an external source. GetJSON only works on servers that serve JSONP, and only valid JSON objects are able to be read.