[JQuery] Scroll Top


$(document).ready(function() {
 $("a[href='#box_10']").click(function(){
  var offset= $("#box_10").offset();
  $('#scrollDiv').animate({scrollTop:offset.top}, 'slow');
  $('#scrollDiv').animate({scrollLeft:offset.left}, 'slow');
  return false;
 });
});

작업 할때 맨위로 이동 뭐 이런식으로 사용하면 될듯.

댓글

이 블로그의 인기 게시물

[iOS] body 스크롤 막기

[iOS] iOS png, z-index, opacity, translate 버그