How to retrieve data from Json and display on page using HTML5
Hi,
I have a json data that are on the database and I want to render the results on the page using jquery and html5. How should I do that? In order to make things easier for now, let's assume I have a json file right now instead the database.
Thanks.