SyntaxFix
Write A Post
Hire A Developer
Questions
Give this a try:
success: function(json) { console.log(JSON.stringify(json.topics)); $.each(json.topics, function(idx, topic){ $("#nav").html('<a href="' + topic.link_src + '">' + topic.link_text + "</a>"); }); },