This should be simple, but its not working for me :(
I am trying to print a value from JSON into an HTML table using jQuery.
$('#company1name').html(companies[0].name);
jsFiddle: http://jsfiddle.net/S52XP/2/
Any idea what's wrong?
If I alert the JSON element that I need in the table, it works! But I am not able to use it into the table using jQuery.