天天看點

JQ錨點定位

使用Jq進行錨點定位

<script>
$(document).ready(function(){
  $('html, body').animate({scrollTop: $('.listbox1').offset().top}, 300)
});
</script>
           

繼續閱讀