Rumah > hujung hadapan web > tutorial js > js 实现浏览历史记录示例_javascript技巧

js 实现浏览历史记录示例_javascript技巧

WBOY
Lepaskan: 2016-05-16 16:51:49
asal
1519 orang telah melayarinya

先必须要引用一个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();
var sellcount=$("#ProductDetail_ctl00_lblSaleNumber").text();
var hc=img+"|"+name+"|"+url+"|"+price+"|"+sellcount;
if($.cookie("history")!=null)
{
if($.cookie("history").indexOf(name)==-1)
{

$.cookie("history",hc+"*"+$.cookie("history"),{expires:8,domain:'.groupfly.com',path:"/"});
}
}
else
{
$.cookie("history",hc,{expires:8,domain:'.groupfly.com',path:"/"});
}
//浏览记录 写入JSCookied 结束

2,然后再读取Cookied
复制代码 代码如下:

');
xhtml.push('
'+splithtml[i].split(

¥'+splithtml[i].split("|")[3]+'

');
xhtml.push('
已销售'+splithtml[i].split("|")[4]+'再看看
');
}
xhtml.push('');
$("#MyHistory").append(xhtml.join(""));
}
else{
var xhtml=new Array();
xhtml.push('
');
xhtml.push('
'+hc.split(

¥'+hc.split("|")[3]+'

');
xhtml.push('
已销售'+hc.split("|")[4]+'再看看
');
xhtml.push('');
$("#MyHistory").append(xhtml.join(""));
}
}
else
{
$("#MyHistory").append("
  • 暂无浏览记录
  • ");
    }
    });

    function clearcookied()
    {
    $.cookie('history',null,{expires:1,domain:'.nrqiang.com'});
    $("#MyHistory").html("
  • 暂无浏览记录
  • ");
    }
    $(function() {
    $("img").each(function(){$(this).attr("src",$(this).attr("original"));});
    });

    Label berkaitan:
    sumber:php.cn
    Kenyataan Laman Web ini
    Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn
    Tutorial Popular
    Lagi>
    Muat turun terkini
    Lagi>
    kesan web
    Kod sumber laman web
    Bahan laman web
    Templat hujung hadapan