How can import new items in JSON and append them to document in real time using jQuery/AJAX? Basically, new JSON items from the feed be appended to document asynchronously in real-time. If you would like to see a similar concept in action, see What are people buying right now? on blippy or recent activities on cliqset .
Also, is it possible to only fetch/render certain number of returned JSON items at a time and fetch the next number of items via AJAX so not all of the JSON items data is loaded when document is ready but are loaded incrementally?
Any suggestions would be greatly appreciated. Thanks!