I\'m trying to create a nested UL from JSON. I am able to loop through and grab the data from the object, but I am having trouble building the nested UL. I figure the \'.app
Here's how to do this with the jQuery template plugin I mentioned
This would be in your script tag:
$(function () { $('#t_menu').tmpl(menu).appendTo('#test'); });
And this in your html :