小新新2015

导航

 

html 代码:





$(function(){ $('ul.g-dropdown-menu li a').each(function(){ $(this).click(function(){ //$.cookie('areaId', '', { expires: 1 }); // 存储一个带7天期限的 cookie $.cookie('areaId', '1', { expires: 7 }); var cityid=$(this).attr("id"); cityid=cityid.substring(cityid.indexOf('_')+1); if(cityid==1){ $.cookie('areaId', '1', { expires: 7 }); console.log($.cookie('areaId')); } // var link = $(this).attr("href"); // windows.location.href = link; }); }); }) </script>

 

posted on 2015-10-27 10:31  小新新2015  阅读(646)  评论(0编辑  收藏  举报