아이프레임 내에서 부모 페이지에 있는 #framebody의 높이 값을 자동 조절한다. 

 

 $(function() {
  $('#framebody', parent.document).height($(document).height() + 10);
});

 

+ Recent posts