Hi All,
I've been trying to read data from JSON file to my project. Done two tutorial from
video2brain slideshow and infographics, they both require reading external data JSON file. Have
follow it as close as possible, Everything works except the data reading JSON bit.
$.getJSON("data\photos.json", function(data){
I'm stuck on this, currently using trail version. Will appreciate your help.
Thank you