1

I'm working on a website that I plan to have a lot of JSON/AJAX generated lists (kind of like a social networks news feed). How does jTemplates work with this kind of situation? Is there a better solution?

From what I can see, it looks nice, but I've seen very little documentation, and running examples.

Felix Kling
  • 795,719
  • 175
  • 1,089
  • 1,143
Adam
  • 9,189
  • 15
  • 46
  • 62

1 Answers1

2

I've used jQote2 which is lightning fast. See this post with performance tests.

It's a slightly refactored version of client-side templating engine written by John Resig.

Jakub Konecki
  • 45,581
  • 7
  • 87
  • 126