鼠标到哪tl到哪

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

      var that = $(this),

          index = that.index();

      that.addClass('cur');

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

  });
posted @ 2014-07-22 16:54  唸随爱  阅读(83)  评论(0编辑  收藏  举报