4

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?

Robin Jamieson
  • 1,425
  • 2
  • 19
  • 27
  • 1
    See http://stackoverflow.com/questions/449780/recommended-javascript-html-template-library-for-jquery and http://stackoverflow.com/questions/554118/know-of-javascript-template-enginges-out-there and (less jQuery specific): http://stackoverflow.com/questions/552934/what-javascript-templating-engine-do-you-recommend and http://stackoverflow.com/questions/1757513/templates-or-similar-for-javascript-programs-in-the-browser – Crescent Fresh Nov 19 '09 at 20:23

1 Answers1

0

I've used jtemplates for this kind of thing and it works just fine. Simplistic and lightweight.

jamesaharvey
  • 14,023
  • 15
  • 52
  • 63