标签: javascript jquery scroll
有人能解释一下这个功能是什么
$('a').click(function(){ $('html, body').animate({ scrollTop: $( $(this).attr('href') ).offset().top }, 500); return false;});
在这行吗?
scrollTop: $( $(this).attr('href') ).offset().top