<script src="/js/jquery-1.11.1.min.js"></script>
<script>
$(document).ready(function() {
	$("#div")[0].scrollIntoView();
});
</script>

 * 지정 요소로 포커스

$("#container").focus();
블로그 이미지

디츠

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

,