标签:c style class blog code java
1 $(document).ready(function() { 2 $("a.topLink").click(function() { 3 $("html, body").animate({ 4 scrollTop: $($(this).attr("href")).offset().top + "px" 5 }, { 6 duration: 500, 7 easing: "swing" 8 }); 9 return false; 10 }); 11 });
jquery 平滑滚动页面到某个锚点,布布扣,bubuko.com
标签:c style class blog code java
原文地址:http://www.cnblogs.com/naokr/p/3765122.html