programming/mobile web

[mobile web] 주소창 올리기

labj 2012. 10. 23. 10:36

[mobile web] 주소창 올리기


<script type="text/javascript">

$(function(){<%--onload 전 호출--%>

window.scrollTo(0, 1);//주소창 올림

});

</script>


[mobile web] 주소창 올리기