//�ö�ͼ����ʾ $('#top-back').hide() $(window).scroll(function(){ if($(this).scrolltop() > 550){ $("#top-back").fadein(); } else{ $("#top-back").fadeout(); } }) //�ö��¼� function topback(){ $('body,html').animate({scrolltop:0},300); } //javascript document function chinaz(){ this.init(); } chinaz.prototype = { constructor: chinaz, init: function(){ this._initbacktop(); }, _initbacktop: function(){ var $backtop = this.$backtop = $('
'+ '
'+ ''+ '
\u6d4e\u6e90\u94a2\u94c1\u957f\u671f\u62db\u8058\u516c\u544a 
'+ '\u56fd\u6cf0\u5fae\u7c89\u62db\u8058\u516c\u544a        
\u6d4e\u94a2\u88c5\u5378\u516c\u53f8\u62db\u8058\u516c\u544a       
'+ '
'+ ''+ '
'+ '
'+ ''+ '
'+ '
'+ ''+ '
'+ '
'+ ''+ '
'+ '
'+ ''+ ''+ ''+ '
'); $('body').append($backtop); $backtop.click(function(){ $("html, body").animate({ scrolltop: 0 }, 1200); }); } } var chinaz = new chinaz();