I'm looking for a reliable jQuery templating engine.
I've been developing with jquery.tmpl.js, even though I knew it was abandoned. I've been able to achieve what I wanted with it but have some slight doubts about its cross-browser reliability.
For one thing, IE7 seems to be flagged up as a problem area, and I now don't want to go much further until I feel more confident that it can eventually be incorporated into a production solution.
There's healthy discussion on this StackOverflow question about templating, though sadly this is now out-dated.
The github repository for jquery.tmpl.js says that it's been moved to jQueryUI, but the jQueryUI site makes no mention of templating.
So does anyone have any good experience with templating in jQuery and/or can point me towards a reliable solution?
tmpl
author's working on the next alternative: JsRender. Use view source to see the rendering code. It looks the same astmpl
. His reasons for the change are here: borismoore.com/2011/10/…. – Caracalla