I have a question using jQuery.getJSON() to generate HTML from an existing data Source. the URL of the JSON output is www.pascalfendrich.net/test/?q=jsontest which produces the following String.
Unfortunately nothing happens. No HTML is produced, and nothing gets appended to the body tag. Since I am a newbie eith json and jQuery, I do not understand every detail of the Code, so probably the problem occurs because of an incorrect use of the Syntax in my JavaScript file.
Can anyone help me finding the error and give me hints how the correct Syntax would be? This would be much appreciated.