Iterating thorough JSON with jQuery/Javascript
- by Aaron Salazar
I am trying to fill a table with JSON data. When I run the following script I get only the last entry of 10. I must have to do some sort of .append() or something. I've tried to put this in but it just returns nothing.
$(function() {
$('#ReportedIssue').change(function() {
$.getJSON('/CurReport/GetUpdatedTableResults',…