function SlyarErrors() { return true; } window.onerror = SlyarErrors; 
设为首页 加入收藏 //加入收藏 function AddFavorite(sURL, sTitle) { sURL = encodeURI(sURL); try{ window.external.addFavorite(sURL, sTitle); }catch(e) { try{ window.sidebar.addPanel(sTitle, sURL, ""); }catch (e) { alert("加入收藏失败,请使用Ctrl+D进行添加,或手动在浏览器里进行设置."); } } } //设为首页 function SetHome(url){ if (document.all) { document.body.style.behavior='url(#default#homepage)'; document.body.setHomePage(url); }else{ alert("您好,您的浏览器不支持自动设置页面为首页功能,请您手动在浏览器里设置该页面为首页!"); } } var _speedMark = new Date();繁體中文 var defaultEncoding = "2";var translateDelay = "50";var cookieDomain = "http://www.zjkinglong.com/";var msgToTraditionalChinese = "繁體中文";var msgToSimplifiedChinese = "简体中文";var translateButtonId = "GB_BIG"; translateInitilization();
  • 咨询热线:
    400-880-1713
$(function(){ $('#navgs li').hover(function(){ $(this).children('ul').stop(true,true).show('slow'); },function(){ $(this).children('ul').stop(true,true).hide('slow'); }); $('#navgs li').hover(function(){ $(this).children('div').stop(true,true).show('slow'); },function(){ $(this).children('div').stop(true,true).hide('slow'); }); });
共有车型:90个
  • 13 条记录
直销网点
产品展示     营销服务     报价中心     金龙品牌     新闻动态     房车改装    

浙ICP备09007265号 版权所有©杭州厦龙汽车销售有限公司_浙江杭州市石祥路589号国际会展中心1101室 var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id=cnzz_stat_icon_5832004%3E%3C/span%3E%3Cscript src=" + cnzz_protocol + "s5.cnzz.com/stat.php%3Fid%3D5832004%26show%3Dpic type=text/javascript%3E%3C/script%3E")); var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?d7aed9cfc4327a716f02a8143287bbbd"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();

$(function () { /* 模拟下拉列表*/ $(".select-icon").click(function (event) { event.stopPropagation(); $(this).next(".select-option-b").slideToggle(); }) $(document).click(function (e) { if (!$(e.target).is(".select-option-b")) { $(".select-option-b").slideUp(); } }); $(".select-option-b a").click(function () { var select_txt = $(this).text(); var select_index = $(this).attr("rel"); /*$(this).parent(".select-option-b").find("a:empty").text( $(this).parents(".selext-wrapper-b").find("span").text() );*/ $(this).parents(".selext-wrapper-b").find("span").text(select_txt); $(this).parents(".selext-wrapper-b").find("span").attr("rel", select_index); //$(this).empty(); }) })