$(document).ready(function() {
    //when the id="top" link is clicked
    $('#top').click(function() {
        //scoll the page back to the top
        $(document).scrollTo(0,500);
    }
});

 

posted on 2014-03-10 09:52  爱生活的夜  阅读(96)  评论(0编辑  收藏  举报