<script type="text/javascript">
$(document).ready(function() {
var ww = $(document).width();
var wh = $(document).height();
$(".image").attr({"width":ww, "height":wh});
});
</script>
'javascript, jquery' 카테고리의 다른 글
클래스(.class)명 검사해서 처리하기 (0) | 2014.10.18 |
---|---|
jquery CDN (0) | 2014.10.14 |
체크박스 전체선택 / 해제 (0) | 2014.10.11 |
$.cookie / $.removeCookie - 쿠키 제어하기 (0) | 2014.10.11 |
팝업 레이어 설정하기 (0) | 2014.10.11 |