PURE Unobtrusive Rendering Engine

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-09 22:12:46

软件介绍

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

本文地址:https://codercto.com/soft/d/23037.html

Effective C++

Effective C++

梅耶 (Scott Meyers) / 侯捷 / 电子工业出版社 / 2011-1-1 / 65.00元

《Effective C++:改善程序与设计的55个具体做法(第3版)(中文版)(双色)》内容简介:有人说C++程序员可以分为两类,读过Effective C++的和没读过的。世界项级C++大师scott Meyers成名之作的第三版的确当得起这样的评价。当您读过《Effective C++:改善程序与设计的55个具体做法(第3版)(中文版)(双色)》之后,就获得了迅速提升自己C++功力的一个契机......一起来看看 《Effective C++》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具