Tombol scroll to top memungkinkan pengunjung situs Anda dengan mudah menggulir kembali ke bagian atas halaman dengan satu klik saja. Ini membuat navigasi situs web Anda lebih baik, selain itu juga membuat tampilan lebih profesional.
Semua tombol scroll to top kami bebas digunakan dan dapat dipasang dengan cepat ke semua Situs Web, Blog, WordPress, Tumblr, dan banyak lagi! Cukup pilih sebuah tombol lalu salin dan tempelkan kode yang relevan ke dalam bagian Footer Anda atau bagian bawah halaman HTML Anda, tepat sebelum tag </ body>. Kami menyarankan memasukkan kode di bagian bawah halaman Anda untuk mengoptimalkan waktu pemuatan Situs Web Anda.
arrow1.png
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript">
var scrolltotop={setting:{startline:100,scrollto:0,scrollduration:1e3,fadeduration:[500,100]},controlHTML:'<img src="https://i1155.photobucket.com/albums/p559/scrolltotop/arrow1.png" />',controlattrs:{offsetx:5,offsety:5},anchorkeyword:"#top",state:{isvisible:!1,shouldvisible:!1},scrollup:function(){this.cssfixedsupport||this.$control.css({opacity:0});var t=isNaN(this.setting.scrollto)?this.setting.scrollto:parseInt(this.setting.scrollto);t="string"==typeof t&&1==jQuery("#"+t).length?jQuery("#"+t).offset().top:0,this.$body.animate({scrollTop:t},this.setting.scrollduration)},keepfixed:function(){var t=jQuery(window),o=t.scrollLeft()+t.width()-this.$control.width()-this.controlattrs.offsetx,s=t.scrollTop()+t.height()-this.$control.height()-this.controlattrs.offsety;this.$control.css({left:o+"px",top:s+"px"})},togglecontrol:function(){var t=jQuery(window).scrollTop();this.cssfixedsupport||this.keepfixed(),this.state.shouldvisible=t>=this.setting.startline?!0:!1,this.state.shouldvisible&&!this.state.isvisible?(this.$control.stop().animate({opacity:1},this.setting.fadeduration[0]),this.state.isvisible=!0):0==this.state.shouldvisible&&this.state.isvisible&&(this.$control.stop().animate({opacity:0},this.setting.fadeduration[1]),this.state.isvisible=!1)},init:function(){jQuery(document).ready(function(t){var o=scrolltotop,s=document.all;o.cssfixedsupport=!s||s&&"CSS1Compat"==document.compatMode&&window.XMLHttpRequest,o.$body=t(window.opera?"CSS1Compat"==document.compatMode?"html":"body":"html,body"),o.$control=t('<div id="topcontrol">'+o.controlHTML+"</div>").css({position:o.cssfixedsupport?"fixed":"absolute",bottom:o.controlattrs.offsety,right:o.controlattrs.offsetx,opacity:0,cursor:"pointer"}).attr({title:"Scroll to Top"}).click(function(){return o.scrollup(),!1}).appendTo("body"),document.all&&!window.XMLHttpRequest&&""!=o.$control.text()&&o.$control.css({width:o.$control.width()}),o.togglecontrol(),t('a[href="'+o.anchorkeyword+'"]').click(function(){return o.scrollup(),!1}),t(window).bind("scroll resize",function(t){o.togglecontrol()})})}};scrolltotop.init();
</script>
<noscript>Not seeing a <a href="https://www.scrolltotop.com/">Scroll to Top Button</a>? Go to our FAQ page for more info.</noscript>
Anda dapat mengubah gambar tersebut dengan cara mengganti url file gambar yang di highlight dengan cetak tebal pada script di atas. Atau Anda bisa juga menggunakan gambar dokumentasi kami dengan cara mengganti endpoint url tersebut dengan nama-nama gambar di bawah ini:
arrow3.png
arrow5.png
arrow7.png
arrow9.png
arrow11.png
arrow13.png
arrow15.png
arrow17.png
arrow19.png
arrow21.png
arrow23.png
arrow25.png
arrow27.png
arrow29.png
arrow31.png
arrow33.png
arrow35.png
arrow37.png
arrow39.png
arrow41.png
arrow43.png
arrow45.png
arrow47.png