This is a brief overview of my code:
$.getJSON(json_url, function(data) {
The problem is that when the server returns a 404 error, it does not seem to be processed, because there is no console.log() error, but there is a GET request error with the 404 (Not Found) code displayed in the console.
I am using jQuery 1.9.0.
Is there some simple mistake I am making?
source share