实现点击a标签页面跳转后颜色高亮 八亿老爷 2018-02-08 562 阅读1分钟 ('.zhongxin_left ul li a').each(function() { if ((this))[0].href == String(window.location)) { (this).parent().addClass('blue'); }; }); }); 转自TigerZhang