I\'m trying to reload a JSON file every 10 seconds with JQUERY.
The page is here: http://moemonty.com/chirp/chirp.html
The Code is here:
You probably want the previous set of returned data replaced by the new set, instead of appending it. In that case, using jQuery you can do:
etc...