I’m currently writing some jQuery-Stuff that works a lot with js-generated HTML. Since I’m working in a team I thought of searching for template engines for jQuery. On the other side performance is very important and I thought that template engines in js might eat up too much of it.
What is the best (most maintainable and performant) solution to work with a lot of generating repeating html-code in jQuery? I heard of jBind and jTemplates. What would you recommend if any?
I have been playing a little bit with jQuery official Templates plugin and I think is the best option out there. Its based on code written by the creator of the jQuery library so you can trust it.
Right now is beta but it can be used without any problem. I have tested it for a big project and have no problems with it.
Hope it helps.