Hi all i am trying to setup a json feed.
i have been working from the following url
http://rest.users34.interdns.co.uk/index.php?format=json
this then outputs the json.
but i cant grab the feed via jquery json like below
http://jsfiddle.net/isimpledesign/NTdBp/
im getting this error
1Uncaught SyntaxError: Unexpected token :
JSONP needs to be wrapped in
( ). Soneeds to be
You can actually verify this, if you pasted each into a javascript console. The first is a syntax error, and the second is the object you are looking for. You will need the following tag to not throw an error: