retrieve JSON object from server and display data in table within webpage

retrieve JSON object from server and display data in table within webpage

emacadociousemacadocious Posts: 3Questions: 0Answers: 0
edited March 2012 in General
I am a total newb when it comes to jQuery, and even more when it comes to JSON. I have worked with jQuery some in the past and can do simple things, but nothing like this.

I am looking to use a .json file (dataRetrieval.json) and retrieve JSON object from server and display the data in a table within a webpage. So far I have found a few leads on google, but I don't have anything promising and basically am looking to start from scratch. Is there anyone out there that can PLEASE PLEASE PLEASE help me with this?

Replies

  • allanallan Posts: 63,133Questions: 1Answers: 10,399 Site admin
    Have a look at this example and the others in the "Ajax" section of the DataTables examples: http://datatables.net/release-datatables/examples/data_sources/ajax.html

    Allan
  • emacadociousemacadocious Posts: 3Questions: 0Answers: 0
    Thanks for your help Allan!! I got it working!! woooohooooo :)
This discussion has been closed.