I'm building an application using jQTouch. I'd like to take advantage of one of the JavaScript template engines to avoid manual generation of HTML using data returned from JSON services.

Which engines are known to provide good mobile compatibility, and coexist well with jQTouch (and jQuery Mobile)?

link|improve this question

74% accept rate
feedback

1 Answer

How "big" is the application? If you are primarily after templates you should give Google Closure Templates a try -

http://code.google.com/closure/templates/

Some concepts -

http://code.google.com/closure/templates/docs/concepts.html

link|improve this answer
These aren't going to run with normal javascript, jquery and jqtouch, you have use Closure to run with these. – Kris Erickson Sep 26 '11 at 15:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.