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(); 使用相当的方便。
Sexy Web Design
Elliot Stocks / SitePoint / 2009-03-28 / $39.95
Description A guide to building usable, aesthetically pleasing interfaces for web sites and web applications by applying timeless principles of user-centered design. This book focuses on practical ......一起来看看 《Sexy Web Design》 这本书的介绍吧!
