文件名称:官方标配:jquery-cookie包括Dome
文件大小:15KB
文件格式:ZIP
更新时间:2018-03-24 05:59:09
jquery cookie cookies cookie下载
$.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
----.jshintrc(172B)
----MIT-LICENSE.txt(1KB)
----.jshintignore(19B)
----.tm_properties(165B)
----bower.json(242B)
----Gruntfile.js(3KB)
----src()
--------.jshintrc(164B)
--------jquery.cookie.js(3KB)
----cookie.jquery.json(834B)
----CONTRIBUTING.md(2KB)
----.travis.yml(496B)
----test()
--------.jshintrc(100B)
--------index.html(495B)
--------tests.js(9KB)
--------malformed_cookie.html(429B)
----README.md(5KB)
----component.json(348B)
----.gitignore(42B)
----CHANGELOG.md(2KB)
----package.json(1KB)