上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 36 下一页
摘要: //car-calculator-qk.twig 阅读全文
posted @ 2018-01-02 11:39 邹柯 阅读(269) 评论(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 邹柯 阅读(136) 评论(0) 推荐(0) 编辑
摘要: window.onresize = function(){ $(".car-tree").height($(window).height()-396); } 阅读全文
posted @ 2018-01-02 11:29 邹柯 阅读(250) 评论(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 邹柯 阅读(95) 评论(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 邹柯 阅读(206) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 36 下一页