PURE Unobtrusive Rendering Engine

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 归建安
操作系统 未知
开源组织
适用人群 未知
 软件概览

Ultra Fast and Unobtrusive JavaScript Template Engine

If you get data as JSON services and want to render your HTML on the browser, PURE will certainly help you.

It can be server-side too, using Jaxer (other JS server engine should be ok too, but never tested).

A Simple Example

HTML

<div id="hello">
  Hello <span class="who">World</span>
</div>

JS

function render1(){
  $('#hello').autoRender({ "who": "Mary" });}

Discover more examples on our page Getting Started

Lastest Release

Download the lastest version

PURE Methods with jQuery

jQuery.autoRender: Transform your HTML from JSON data automatically
jQuery.render: Transform your HTML from JSON data with directives
jQuery.mapDirective: Apply directives to your HTML
jQuery.compile: Compile your HTML to a JS function

Get Involved

Discuss on our Google Group

Report a bug

  • PURE Unobtrusive Rendering Engine Please see the documentation for more information If you have a question or an issue post it on: the discussion group Copyright © 2017 Michael Cvilic - BeeBole Permis

  • 现在有许多javascript模板引擎和服务器端的freemarker那些很像,定义模板像下面: <textarea id="template" style="display:none"> <strong>{$T.name} : {$T.list_id}</strong> <table> <tr> <th>编号</th> <th>姓名</th>