On Oct 17, 8:31 am, Trans <[EMAIL PROTECTED]> wrote: > The "home.json" file loads just fine, but the callback is never > invoked, i.e. alert(data) never runs. It had been working fine, and > all of a sudden it just stopped working. So I stripped it down to just > what you see above, and it still doesn't work! What am I doing wrong?
Ugh. Never mind. I've just discovered that "wonderful feature" that getJSON gladly fetches invalid JSON but never bothers to throw an error. -Trans