PURE Unobtrusive Rendering Engine A Simple ExampleLastest ReleasePURE Methods with jQueryGet Involved 介绍
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 A Simple ExampleLastest ReleasePURE Methods with jQueryGet Involved 官网
http://plugins.jquery.com/project/PURE
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。