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

算法:C语言实现

算法:C语言实现

塞奇威克 / 机械工业出版社 / 2006-9 / 69.00元

本书是Sedgewick彻底修订和重写的C算法系列的第一本。全书分为四部分,共16章,第一部分“基础知识”(第1-2章)介绍基本算法分析原理。第二部分“数据结构”(第3-5章)讲解算法分析中必须掌握的数据结构知识,主要包括基本数据结构,抽象数据结构,递归和树。一起来看看 《算法:C语言实现》 这本书的介绍吧!

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具