jTemplates
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/jTemplates
软件介绍
jTemplates is a template engine 100% in JavaScript.
Example of template:
<table>
{#foreach $T.table as row}
<tr>
<td>{$T.row.name.bold()}</td>
<td>{$T.row.mail}</td>
</tr>
{#/for}
</table>Download, demos, changelog, documentation are available on project homepage:
http://jtemplates.tpython.com
