$(function () { console.log(thisChannelid,thisClassid,linkChannelid,linkClassid); $('.navBar li.m').each(function () { if ($(this).find('a:first').attr('href').replace('//www.ejion-tj.com', '') == location.pathname && ['/', '/zjhy/', '/xwzx/', '/xmzs/', '/skzr/', '/lxwm/', '/channel-110/', '/lxhy/'].includes(location.pathname)) { $(this).addClass('on').siblings().removeClass('on') $('.left_menu li:first').find('a').css({ 'border-bottom': '3px solid #e70013' }) } $('.index-search').mouseover(function () { $('.index-subNav .search-input').css({ 'top': '0px' }) }) $('.index-subNav .search-input').mouseover(function () { $(this).css({ 'top': '0px' }) }) $('.index-subNav .search-input').mouseout(function () { $(this).css({ 'top': '-100%' }) }) }) $(".left_menu li").each(function () { if ($(this).find("a").attr("ref") == thisClassid) { $(this).find("a").css({ "border-bottom": "3px solid #e70013", }); } }); $(".navBar li.m").each(function () { if ($(this).find("a").attr("ref") == thisClassid) { $(this).find("a").css({ "background": "#79889d", "border-bottom": "3px solid #79889d", }); } }); })