[mobile web] 주소창 올리기
<script type="text/javascript">
$(function(){<%--onload 전 호출--%>
window.scrollTo(0, 1);//주소창 올림
});
</script>
[mobile web] 주소창 올리기
'programming > mobile web' 카테고리의 다른 글
[mobile web] 모바일웹 width에 따라서 css를 별도로 적용하는 예제 (0) | 2012.10.24 |
---|---|
[mobile web] 모바일웹에서 화면 높이가 작을 경우 footer 아래에 붙이는 방법 (0) | 2012.10.23 |
[mobile web] jquery hash change (0) | 2012.09.11 |
[mobile web] jquery mobile 초기화 설정 ajax 관련 오류 수정하기 (0) | 2012.07.19 |
[mobile web] User Agent Switcher (0) | 2012.07.02 |