show(1000,function(){

// 할일 코드

})

여기서 this는 이벤트가 실행되는 대상인 box 를 지칭한다. 

$(”box”).animate(),1000(function(){

$(this).animate()

})