本文实例讲述了jQuery.cookie.js实现记录最近浏览过的商品功能。分享给大家供大家参考,具体如下:
1、jquery.cookie.js
/*jquery.cookie.js */
jquery.cookie = function(name, value, options) {
if (typeof value != 'undefined') { // name and value given, set cookie
options = options || {};
先必须要引用一个js jquery.cookie.js 1,首先写入jsCookied 代码如下: //浏览记录 写入JSCookied 开始 var img=$(“#ProductImgurl”).attr(“jqimg”); var name=$(“#ProductDetail_ctl00_LabelName”).text(); var url=location.href; var price=$(“#ProductDetail_ctl00_LabelShopPrice”).text();