it/jQuery
페이지 오픈시 제일먼저 실행 하고 싶을때.
하얀나다
2017. 9. 1. 15:53
<script>
$().ready(function() {
alert("오픈 준비 중입니다.");
});
</script>