核心提示:返回顶部的功能:对于长时间点击单页面非常实用,你可以在重要关头点击返回顶部功能。$(document).ready(function() {$(#top).click(function() {//sc...
返回顶部的功能:对于长时间点击单页面非常实用,你可以在重要关头点击“返回顶部”功能。
$(document).ready(function() { $('#top').click(function() { //scoll the page back to the top $(document).scrollTo(0,500); } });