<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
블로그 이미지

디츠

“말은 쉽지, 코드를 보여줘.” “Talk is cheap. Show me the code.” – 리누스 토르발스(Linus Torvalds)

,