jQueryServer
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/jQueryServer
软件介绍
Unobstrusive, client-side bindings to server-side implmentation of jQuery (actually only PHP is supported).
Scenario is simple:
- 1. Connect to server and make an Ajax request to somewhere (crossdomain allowed)
- 2. Do some manipulations, you can even trigger a server-side event
- 3. Get processed date back to browser
Example:
$.server({url: 'http://somesite.com})
.find('.my-class')
.client(function(response){
$('.destination').html(response);
});This plugin is a subproject of phpQuery, and their releases are combined.
JavaScript语言精粹
Douglas Crockford / 赵泽欣、鄢学鹍 / 电子工业出版社 / 2009-4 / 35.00元
本书通过对JavaScript语言的分析,甄别出好的和坏的特性,从而提取出相对这门语言的整体而言具有更好的可靠性、可读性和可维护性的JavaScript的子集,以便你能用它创建真正可扩展的和高效的代码。 雅虎资深JavaScript架构师Douglas Crockford倾力之作。 向读者介绍如何运用JavaScript创建真正可扩展的和高效的代码。一起来看看 《JavaScript语言精粹》 这本书的介绍吧!
