You have a typo in jsFiddle
// WRONG$.getJSON("http://jsonurl.json";, function (data) {// CORRECT$.getJSON("http://jsonurl.json", function (data) {
You have a typo in jsFiddle
// WRONG$.getJSON("http://jsonurl.json";, function (data) {// CORRECT$.getJSON("http://jsonurl.json", function (data) {