jQuery的Cookie插件 cookies
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/cookies/
- 软件文档: http://code.google.com/p/cookies/wiki/Documentation
软件介绍
cookies 是一个强大的 jQuery 用来操作 Cookie 的插件。除了常见的操作
$.cookies.set( 'sessid', 'dh3tr62fghe' );
var sessid = $.cookies.get( 'sessid' );
$.cookies.del( 'sessid' );
if( $.cookies.test() ) //测试浏览器是否启用了cookie
外,该插件还支持存放 JSON 数据,已经直接将某个输入框映射到cookie中,例如 $( 'input.store' ).cookify(); 使用相当的方便。
Visual Thinking
Colin Ware / Morgan Kaufmann / 2008-4-18 / USD 49.95
Increasingly, designers need to present information in ways that aid their audiences thinking process. Fortunately, results from the relatively new science of human visual perception provide valuable ......一起来看看 《Visual Thinking》 这本书的介绍吧!
