This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var | |
html, printRecord, entry, n; | |
// records is an array of objects with parent_id, name and id attributes | |
// [ {parent_id: ..., id: ..., name: ...}, ...] | |
html = ''; | |
printRecord = function(parent_id){ | |
html +='<ul>'; | |
NewerOlder