随笔分类 -  cookie

jquery中的cookie操作
摘要:使用前在页面中引入下面的代码/*! * jQuery Cookie Plugin v1.4.1 * https://github.com/carhartl/jquery-cookie * * Copyright 2006, 2014 Klaus Hartl * Released under the ... 阅读全文
posted @ 2015-09-19 16:12 月落无声 阅读(264) 评论(0) 推荐(0)
js中的cookie操作
摘要:一、js cookie 使用时把此段代码引入页面(function (factory) { if (typeof define === 'function' && define.amd) { define(factory); } else if (typeof expor... 阅读全文
posted @ 2015-09-19 15:31 月落无声 阅读(1434) 评论(0) 推荐(0)