diff --git a/index.html b/index.html index 97990b1..fc58681 100644 --- a/index.html +++ b/index.html @@ -523,7 +523,7 @@

Example 7: Don't either like our template?

new InstagramFeed({ 'username': 'instagram', 'callback': function(data){ - $('#jsonHere').html(JSON.stringify(data, null, 2)); + document.getElementById("jsonHere").innerHTML = JSON.stringify(data, null, 2); } }); })();