$(function(){ qs(); }); function qs(){ $(".div_left_js .div2").hover( function(){ $(this).find("a").stop(true,false).delay(0).animate({right:"0px"}) }, function(){ $(this).find("a").stop(true,false).delay(0).animate({right:"-149px"}) } ) $(".div_left_js .div3").hover( function(){ $(this).find("a").stop(true,false).delay(0).animate({right:"0px"}) }, function(){ $(this).find("a").stop(true,false).delay(0).animate({right:"-10px"}) } ) };