官方标配:jquery-cookie包括Dome
$.cookie('the_cookie'); // 获得cookie $.cookie('the_cookie', 'the_value'); // 设置cookie $.cookie('the_cookie', 'the_value', { expires: 7 }); //设置带时间的cookie $.cookie('the_cookie', '', { expires: -1 }); // 删除 $.cookie('the_cookie', null); // 删除 cookie $.cookie(’the_cookie’, ‘the_value’, {expires: 7, path: ‘/’, domain: ‘jquery.com’, secure: true});//新建一个cookie 包括有效期 路径 域名等
文件列表
jquery-cookie-master.zip
(预估有个20文件)
jquery-cookie-master
.jshintrc
172B
MIT-LICENSE.txt
1KB
.jshintignore
19B
.tm_properties
165B
bower.json
242B
Gruntfile.js
3KB
src
.jshintrc
164B
jquery.cookie.js
3KB
暂无评论