Do you really need that plugin? You can just animate the scrollTop property: $("#nav ul li a[href^='#']").on('click', function(e) { // prevent default ...
確定! 回上一頁