 |
|
|  |
|
 |
10년 전 |
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<iframe width="600" height="400" src="test.html" frameborder='1' id="iframe_test"></iframe>
<script>
$('#iframe_test').load(function() {
$(this).height($(this).contents().find('body')[0].scrollHeight+30);
});
</script>
※ 불러올 파일이 같은 도메인에 있어야 정상적으로 동작 합니다. |
|
추천 : 576 |
추천
목록
|
|
|  |
|