6056 |
efrain |
1 |
<!DOCTYPE html>
|
|
|
2 |
<html>
|
|
|
3 |
<head>
|
|
|
4 |
<title>JsRender: Demos</title>
|
|
|
5 |
<link href="resources/demos.css" rel="stylesheet" type="text/css" />
|
|
|
6 |
</head>
|
|
|
7 |
<body>
|
|
|
8 |
|
|
|
9 |
<h2>JsRender: Next-generation jQuery Templates</h2>
|
|
|
10 |
|
|
|
11 |
<div class="subhead"><em>JsRender</em>:</div>
|
|
|
12 |
|
|
|
13 |
<div class="box">
|
|
|
14 |
<div class="desc"><b>JsRender</b> is a lightweight but powerful templating engine, highly extensible,
|
|
|
15 |
and optimized for high-performance pure string-based rendering, without DOM or jQuery dependency.
|
|
|
16 |
</div>
|
|
|
17 |
<div><em>JsRender</em> and <em>JsViews</em> together provide the next-generation implementation of both <em>JQuery Templates</em>, and <em>JQuery Data Link</em> - and supersede those libraries.</div>
|
|
|
18 |
<div><b><a href="http://www.jsviews.com/#jsrender">Documentation</a></b>, <b><a href="http://www.jsviews.com/#samples">samples</a></b> and <b><a href="http://www.jsviews.com/#download">downloads</a></b>
|
|
|
19 |
are available on the <b><a href="http://www.jsviews.com/#jsrender">www.jsviews.com</a></b> website.
|
|
|
20 |
</div>
|
|
|
21 |
</div>
|
|
|
22 |
|
|
|
23 |
<div class="box">
|
|
|
24 |
<h3>Demos</h3>
|
|
|
25 |
<div class="subhead"><b>The primary location for <em><a href="http://www.jsviews.com/#samples/jsv">JsViews</a></em> or <em><a href="http://www.jsviews.com/#samples/jsr">JsRender</a></em>
|
|
|
26 |
samples and demos is now on <em><a href="http://www.jsviews.com/#jsviews">jsviews.com</a></em></b></div>
|
|
|
27 |
<div class="subhead">See also the following links:</div>
|
|
|
28 |
<div class="subhead"><b><a href="demos.html">JsRender: Demos</a></b></div>
|
|
|
29 |
<div class="label">Source code:</div>
|
|
|
30 |
<div><a href="https://github.com/BorisMoore/jsrender">https://github.com/BorisMoore/jsrender</a></div>
|
|
|
31 |
</div>
|
|
|
32 |
|
|
|
33 |
<div class="subhead">See also on <em>JsViews</em> site:</div>
|
|
|
34 |
|
|
|
35 |
<div class="box">
|
|
|
36 |
<div class="desc">JsViews are interactive data-driven views, built on top of JsRender templates</div>
|
|
|
37 |
<div class="subhead"><b><a href="http://borismoore.github.com/jsviews/demos/index.html">JsViews: Demos</a></b></div>
|
|
|
38 |
<div class="label">JsViews and JsRender Overview:</div>
|
|
|
39 |
<div class="subhead"><b><a href="http://borismoore.github.com/jsviews/demos/jQueryConfDemosOct2011/index.html" >Demo sequence from jQuery Conference October 2011</a></b></div>
|
|
|
40 |
</div>
|
|
|
41 |
|
|
|
42 |
<div class="subhead">Other links:</div>
|
|
|
43 |
|
|
|
44 |
<div class="box">
|
|
|
45 |
<div><a href="http://www.slideshare.net/BorisMoore/jsviews-next-generation-jquery-templates" >Slide deck: jQuery Conference October 2011</a></div>
|
|
|
46 |
<div>MSDN 'Client Insight' articles on JsRender <a href="http://msdn.microsoft.com/en-us/magazine/hh882454.aspx" >part one</a> and
|
|
|
47 |
<a href="http://msdn.microsoft.com/en-us/magazine/hh975379.aspx" >part two</a></div>
|
|
|
48 |
<div>Training course: <a href="http://johnpapa.net/new-course-on-jsrender-templating-fundamentals-with-javascript" >JsRender Fundamentals</a> from John Papa on <a href="http://pluralsight.net/" >Pluralsight</a> (3 hours of video)</div>
|
|
|
49 |
</div>
|
|
|
50 |
|
|
|
51 |
<div class="subhead"><em>Tests</em>:</div>
|
|
|
52 |
|
|
|
53 |
<div class="box">
|
|
|
54 |
<div class="subhead"><a href="../test/unit-tests-jsrender-with-jquery.html">JsRender unit tests - with jQuery</a></div>
|
|
|
55 |
<div class="subhead"><a href="../test/unit-tests-jsrender-no-jquery.html">JsRender unit tests - without jQuery</a></div>
|
|
|
56 |
<div class="subhead"><a href="../test/index.html">Additional tests</a></div>
|
|
|
57 |
<div><a href="../test/perf-compare.html">Perf comparison</a></div>
|
|
|
58 |
</div>
|
|
|
59 |
|
|
|
60 |
</body>
|
|
|
61 |
</html>
|