摘要:
//car-calculator-qk.twig 阅读全文
posted @ 2018-01-02 11:39
邹柯
阅读(295)
评论(0)
推荐(0)
摘要:
function tree_href(num){ var index = $("#item_"+num).index(); whole_height = 0; for(var i=0; i<index;i++){ whole_height += $(".car-tree").find(".car-tree-item").eq(i).height()+10; ... 阅读全文
posted @ 2018-01-02 11:29
邹柯
阅读(144)
评论(0)
推荐(0)
摘要:
window.onresize = function(){ $(".car-tree").height($(window).height()-396); } 阅读全文
posted @ 2018-01-02 11:29
邹柯
阅读(259)
评论(0)
推荐(0)
摘要:
$(".car-tree-item").find("a").click(function(){ $(".car-tree").scrollTop($(this).position().top); $(this).css("color","#c00"); }); 阅读全文
posted @ 2018-01-02 11:28
邹柯
阅读(101)
评论(0)
推荐(0)
摘要:
$(".letter-nav").find("a").click(function(){ if($(this).parent("li").hasClass("defult")){ $(this).parent("li").removeClass("active"); }else{ $(this).parent("li").addClass("a... 阅读全文
posted @ 2018-01-02 11:27
邹柯
阅读(214)
评论(0)
推荐(0)

浙公网安备 33010602011771号