鼠标到哪tl到哪

$(".navcon a").mouseover(function(){

      var that = $(this),

          index = that.index();

      that.addClass('cur');

      $(".tl").stop().animate({left:100*index},100);

  });
上一篇:spring aop 原理学习


下一篇:Python面试题库