🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A simple yet fully configurable back to top button plugin for jQuery that enables the user to quickly scroll your long page to the top (or a specific point within the document) with a smooth transition.

Back-to-top scroll-to-top

Documentation

[jQuery] - TopButton

# Quick - Set up

License - MIT license

TopButton


[Set up]

<!-- jQuery & topButton --> <script src="./jquery-1.11.3.min.js"></script> <script src="./topbutton.min.js"></script> <script> $(document).ready(function(){     //Top Button     $.topbutton({         htlm : "<i>Top</i>",      //String         css : "width:50px; height:50px; background:#22b8cf; border:none; font-size:20px;", //String         scrollAndShow : false,    //Boolean         scrollSpeed : 150         //Number     });      }); </script> 

(No Html)


You May Also Like