jQuery cookie是个很好的cookie插件,大概的使用方法如下
$.cookie(’name’, ‘value’);
设置cookie的值,把name变量的值设为value
$.cookie(’name’, ‘value’, {expires: 7, path: ‘/’, domain: ‘jquery.com’, secure: true});
查看更多...
Tags: jquery cookie
Powered By ZEROPLACE.CN CopyRight 2008, 汤姆大叔的博客 浙ICP备09078797号-1