གདན་ཞུའི་སྐུ་མགྲོན། གཉན་པོ་གཡུ་རྩེའི་ཁོར་ཡུག་སྲུང་སྐྱོབ་ཚོགས་པའི་དྲུང་ཡིག་འཇུ་བཀྲ་ཤིས་བཟང་པོ།
གསར་དུ་བཀྲམས་པའི་《ཆུ་འབྲེལ་བོད་ཀྱི་ཡིག་རྙིང་ཕྱོགས་བསྒྲིགས་》ཀྱི་དེབ་ཕྲེང་།
གསར་དུ་བཀྲམས་པའི་《ཆུ་འབྲེལ་བོད་ཀྱི་ཡིག་རྙིང་ཕྱོགས་བསྒྲིགས་

$(document).ready(function(){ $("#go_top").hide(); $(function () { //检测屏幕高度 var height=$(window).height(); //scroll() 方法为滚动事件 $(window).scroll(function(){ if ($(window).scrollTop()>height){ $("#go_top").fadeIn(500); }else{ $("#go_top").fadeOut(500); } }); $("#go_top").click(function(){ $('body,html').animate({scrollTop:0},100); return false; }); }); });