$(function(){
var $comment = $( '#comment'); //댓글 상자 가져오기
$('.bigger').click(function(){ //확대 버튼에 대한 클릭 이벤트 바인딩
if(!$comment .is(": animation")){ //애니메이션인지 확인
높이를 설정하고 원래 값에 50을 더합니다.
🎜> if(!$com ment.is(":animated")) {//애니메이션 여부 확인
if( $comment.height() > 50 ){
$comment.animate({ height : "-=50" },400) //높이 재설정 원래 값에서 50을 뺍니다