When running this code:
$.getJSON('http://api.stackoverflow.com/0.8/questions/4', function(data) { // Do some stuff here.... }); I get this error:
Failed to load resource
Am I accessing this wrong?
When running this code:
$.getJSON('http://api.stackoverflow.com/0.8/questions/4', function(data) { // Do some stuff here.... }); I get this error:
Failed to load resource
Am I accessing this wrong?