Populate table with JQuery
- by Talkar
I need to populate some data into a table.
The data i have is something i get in response from my ASP.NET MVC site, when i make a json post call there. Yet i can't seem to find a way to actually display the data i get back in response.
Here is my code so far. Any help would be much appreciated:
$(document).ready(function () {
var uName =…