SyntaxFix
Write A Post
Hire A Developer
Questions
Since the desired page will be called from a different domain you need to return jsonp instead of a json.
$.get("http://theSource", {callback : "?" }, "jsonp", function(data) { $('#summary').text(data.result); });