Following this example on the JQuery docs only got me so far. I knew that you needed to pass a URL to getJSON() and append a callback parameter to the end of it: $.getJSON(“http://www.example.com? jsoncallback=?”); But then what? JQuery will look at the data returned for a call to ‘jsoncallback’ so to get this to… Read more »