点击树形相应车型,置顶

$(".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编辑  收藏  举报