PURE Unobtrusive Rendering Engine
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/PURE
软件介绍
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
改变未来的九大算法
[美] 约翰.麦考密克 / 管策 / 中信出版社 / 2013-6 / 39.00元
Google得出的搜索结果是如何产生的? 百度为何会陷入“搜索门”,又是什么机制使然? 身处在大数据时代的我们,究竟该如何应对变化莫测的世界? …… 没有满篇的专业术语,第一次让我们通过简单明了的语言、生动的例证了解支撑计算机王国的灵魂支柱——9大算法,包括人工智能、数据压缩,以及Google著名的PageRank等。 本书精彩地介绍了搜索引擎、PageRank、公开......一起来看看 《改变未来的九大算法》 这本书的介绍吧!
