最新jQuery Cookie Plugin & 中文文档

最新jQuery Cookie Plugin & 中文文档

链接:https://github.com/carhartl/jquery-cookie 使用方法简介: 创建 session cookie(浏览器关闭后删除): $.cookie('the_cookie', 'the_value');   创建指定过期时间的cookie,7天后过期: $.cookie('the_cookie', '…