( function( $ ) {
// 找到当前位置
$(‘a.scroll-link‘).click(function(e){
e.preventDefault();
$.scrollTo( $(this).attr("href"), {
duration: 1000,
easing:‘swing‘
});
});
} )( jQuery );
时间: 2024-11-04 21:35:12
( function( $ ) {
// 找到当前位置
$(‘a.scroll-link‘).click(function(e){
e.preventDefault();
$.scrollTo( $(this).attr("href"), {
duration: 1000,
easing:‘swing‘
});
});
} )( jQuery );