jQuery json/html template rendering plugin
I'm looking at possible approaches to rendering json开发者_运维技巧 data received from an Ajax call into HTML tables. I don't want to recreate the table tags and rows each time so a templating seems like the best solution.
Besides 'PURE' plugin/library (http://beebole.com/pure/), is there another option that would work for this purpose?
I've used jtemplates for this kind of thing and it works just fine. Simplistic and lightweight.
精彩评论