$(function(){ $('.tem98-header .head_bottom .navigation .search_btn_').click(function(){ $(this).siblings(".search").toggleClass("active"); }); $(".tem98-header .head_bottom .navigation .search .icon_bx span").click(function(){ var div = $(this).parent(); div.toggleClass("active"); setTimeout(function(){div.find("input").focus()},300); }); $(".tem98-header .head_bottom .search_box form i").click(function(){ $(this).parent().parent().parent().removeClass("active"); }); $(".tem98-header .head_top .con .icon .icons .txt").click(function(){ $(this).siblings("ul").toggleClass("active"); }); $('.tem98-header .head_bottom .icons.language .img_txt').click(function(){ $(this).siblings("ul").toggleClass("active"); }); function w_rl(){ var icon_w = $(".tem98-header .head_bottom .navigation .search_right").width(), nav_w = $(".tem98-header .head_bottom .navigation").width(), wid = nav_w - icon_w - 10, ul = $(".tem98-header .head_bottom .navigation nav .nav>ul"), ul_w = ul.innerWidth(), nav = $(".tem98-header .head_bottom .navigation nav"); if (wid10) {return} setTimeout(function(){ w_rl(); nav_ws_i++; nav_ws(); },100); } nav_ws(); $(".tem98-header .head_bottom .navigation nav .lr .left").click(function(){mar_left(90);}); $(".tem98-header .head_bottom .navigation nav .lr .right").click(function(){mar_left(-90);}); function mar_left(left){ var ul = $(".tem98-header .head_bottom .navigation nav.add .nav>ul"), mar = parseInt(ul.css("margin-left"))+left, nav = ul.width() - $(".tem98-header .head_bottom .navigation nav.add .nav").width(); if (mar>=0) {mar=0;} if (mar<=-nav) {mar=-nav;} ul.css({"margin-left":mar}); } $(".tem98-header .head_bottom .navigation nav .nav>ul").hover(function(){ $(this).parent().addClass("hig"); },function(){ $(this).parent().removeClass("hig"); }); $(".tem98-header .nav_button").click(function(){ $(this).parent().toggleClass("active"); }); $(".tem98-header .head_bottom .navigation nav .nav>ul>li .text.xia").click(function(){ $(this).parent().parent().find("ul").not($(this).siblings("ul")).slideUp(); $(this).siblings("ul").slideToggle(); }); $(window).resize(function(){w_rl()}); var winSt_t = 0; $(window).scroll(function(){ var winSt=$(window).scrollTop(); if (winSt>130){$(".tem98-header .head_bottom").addClass('fixeds')} if (winSt<=40){$(".tem98-header .head_bottom").removeClass('fixeds')} if (winSt>=winSt_t) { $(".tem98-header .head_bottom").removeClass("top_show"); }else{$(".tem98-header .head_bottom").addClass("top_show")} winSt_t=winSt; }); /*澶撮儴鎼滅储涓嬫媺妗?/ relate_search($('.tem98-header input[name="searchname"]')); //鍒ゆ柇宸茬櫥褰?-鍔ㄦ€佺殑鍐呭鈥滈潤鎬佸寲鈥 if (get_siteInfo(['member','status']) == 'OPEN') { $.ajax({ url: "/member/islogin", type: 'GET', dataType: "json", success: function(json){ if(json.status == 1){ //鎶婂凡鐧诲綍鍐呭鏇挎崲杩涙潵 $("#login-static").html(""+json.data.username+""); } } }); } });