$(document).ready(function(){ $("* img").attr({alt:"永利集团304am登录",title:"永利集团304am登录"}); }); //top fixed $(window).scroll(function () { if ($(window).scrollTop() > 0) { $('#c_navigation_006_P_450-1684461861071').addClass('active') } else { $('#c_navigation_006_P_450-1684461861071').removeClass('active') } }) $('#c_navigation_006_P_450-1684461861071').mouseenter(function () { $('#c_navigation_006_P_450-1684461861071').addClass('active') }).mouseleave(function () { if ($(window).scrollTop() == 0) { $('#c_navigation_006_P_450-1684461861071').removeClass('active') } }); // search open $('.header .h_head .h_search').click(function(){ $('.top_search').stop().slideToggle() $('.top_search').toggleClass('on') $(this).toggleClass('on') })