I'm developing a simple static website with html, css and javascript hosted in Dropbox, using javascript with the JQuery framework and trying to read a JSON file.
var jqxhr = $.getJSON( "example.json", function() {
console.log( "success" );...
asked on
12.10.2015 / 02:45