Nx的JavaScript框架 NJF
- 授权协议: BSD
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/njf/
软件介绍
NJF 是 eurasia 项目下的一个超轻量级的 javascript 框架, 在 10K 大小的一个 js 文件中实现了诸如标签控制、模板、表单、AJAX、长连接、拖拽、动画、对话框等动能, 支持 firefox、konqueror、opera、safari、chromium 和 ie 等主流浏览器。
NJF 写法跟 jQuery 类似,例如:
var handler = function() {
alert('hello!');
};
$('test').attachEvent('onclick', handler);
$('test').detachEvent('onclick', handler);
Head First Rails
David Griffiths / O'Reilly Media / 2008-12-30 / USD 49.99
Figure its about time that you hop on the Ruby on Rails bandwagon? You've heard that it'll increase your productivity exponentially, and allow you to created full fledged web applications with minimal......一起来看看 《Head First Rails》 这本书的介绍吧!
