,function(event){ if(event.keyCode == "13") { var kwd = $('#J_search_input_m').val(); var str_url = window.location.href.replace(/(\?kwd)=[\u4E00-\u9FA5A-Za-z0-9_\.\%]+/g,''); if (!kwd) { window.location.href = '/news/' }else{ window.location.href = '/news/kwd-'+kwd; } } }); $('.J_sousuo_btn').click(function(){ var type = $(this).attr('data-type') var kwd = type == 1 ? $('#J_search_input').val() : $('#J_search_input_m').val(); var str_url = window.location.href.replace(/(\?kwd)=[\u4E00-\u9FA5A-Za-z0-9_\.\%]+/g,''); if (!kwd) { window.location.href = '/news/' }else{ window.location.href = '/news/kwd-'+kwd; } }) $('.show_uhh').on("mouseover mouseout",function(){ $(this).find('.uh_hide').toggleClass('active') }) $('.search_input').on("focus blur",function(){ $(this).parent('.search').toggleClass("on_focus") }) $('.is_focus').on({ focus:function(){ $(this).parents('.input').addClass('focus') }, blur:function(){ $(this).parents('.input').removeClass('focus') } }) var isLogin={ _login:function(){ if (is_mobile=='1') { window.location.href = '/login'; return false; } $('.login_wrap').show() $('.header .header_mask').show() }, _logout:function(){ $('.login_wrap').hide() $('.phone_wrap').hide() $('.header .header_mask').hide() }, _bind_phone:function(){ if (is_mobile=='1') { window.location.href = '/login/bind_phone_m'; return false; } $('.phone_wrap').show() $('.header .header_mask').show() } } $(function() { $(window).scroll(function() { if ($(window).scrollTop() > 500) { $(".scroll_top").fadeIn(200); } else { $(".scroll_top").fadeOut(200); } }); //当点击跳转链接后,回到页面顶部位置 $(".scroll_top").click(function() { $('body,html').animate({ scrollTop: 0 }, 500); return false; }); }); //h5-显示搜索栏 var searchShow = { _show:function(){ $('.search_m').addClass('active') }, _hide:function(){ $('.search_m').removeClass('active') } } //h5-显示左侧列表 var listShow = { _show:function(){ $('.header_m .header_mask').show() $('.list_m').addClass('active') }, _hide:function(){ setTimeout(function(){ $('.header_m .header_mask').hide() },500) $('.list_m').removeClass('active') } } $('.header_mask').click(function(e){ e.stopPropagation() setTimeout(function(){ $('.header_m .header_mask').hide() },500) $('.list_m').removeClass('active') }) $('.slide_show').click(function(){ $(this).toggleClass('active') $(this).next('.lv2_list').slideToggle() })

关注公众号
汽车之心

Copyright ©2019-2025 深圳市卡尔之心信息科技有限公司 版权所有

备案号:粤ICP备19151757号