eyeballs.js
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/paulca/eyeballs.js
软件介绍
eyeballs.js是一个轻巧的JavaScript库,在JavaScript框架之上,比如jQuery、Prototype。 eyeballs.js可以在用在已经实现的web应用(对象模型)之上。它也可以用来创建独立的JavaScript应用,支持HTML5本地存储或 CouchDB之类。
示例代码:
post = Post.initialize({title: 'My new post'})
post.save({
invalid: function(post){
alert('Sorry, invalid!');
},
loading: function(post){
alert('I hapeen straight away');
},
success: function(post){
alert('Saved, whoop!');
}
})
Responsive Web Design
Ethan Marcotte / Happy Cog / 2011-6 / USD 18.00
From mobile browsers to netbooks and tablets, users are visiting your sites from an increasing array of devices and browsers. Are your designs ready? Learn how to think beyond the desktop and craft be......一起来看看 《Responsive Web Design》 这本书的介绍吧!
