Questions tagged [jsrender]

JsRender: Next-generation jQuery Templates

JsRender: Next-generation jQuery Templates. Best of breed templating, optimized for high-performance pure string-based rendering, without DOM or jQuery dependency.

Currently in beta.

See also on GitHub: https://github.com/BorisMoore/jsrender

JsRender also integrates with JsViews to provide a fully-fledged MVVM platform.

473 questions
204
votes
18 answers

jQuery templating engines

I am looking for a template engine to use client side. I have been trying a few like jsRepeater and jQuery Templates. While they seem to work OK in FireFox they all seem to break down in IE7 when it comes down to rendering HTML tables. I also took a…
Maurice
  • 27,582
  • 5
  • 49
  • 62
25
votes
3 answers

Difference between jsRender and jsViews

So jQuery templates will never get past beta and jsRender and jsViews are supposed to fill the void. I checked out the examples posted by Boris Moore on this page but I don't get the difference between jsRender and jsViews. Moreover Boris has used…
Juzer Ali
  • 4,109
  • 3
  • 35
  • 62
18
votes
5 answers

Store a jsRender template in a separate js file

Is it possible to store a jsRender template in a separate file? I want to store it in a separate file and make a reference of it in my page. something like this I…
profanis
  • 2,741
  • 3
  • 39
  • 49
12
votes
1 answer

Embedding a script with a jsrender template

I would like to use a variable from my jsrender template in order to produce a snippet of javascript, but I can't figure out how to place a