├── bower.json ├── css └── ui.totop.css ├── img └── ui.totop.png ├── index.html ├── js ├── easing.js ├── jquery-1.7.2.min.js ├── jquery.ui.totop.js └── jquery.ui.totop.min.js └── readme.md /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sksmatt/UItoTop-jQuery-Plugin/HEAD/bower.json -------------------------------------------------------------------------------- /css/ui.totop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sksmatt/UItoTop-jQuery-Plugin/HEAD/css/ui.totop.css -------------------------------------------------------------------------------- /img/ui.totop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sksmatt/UItoTop-jQuery-Plugin/HEAD/img/ui.totop.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sksmatt/UItoTop-jQuery-Plugin/HEAD/index.html -------------------------------------------------------------------------------- /js/easing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sksmatt/UItoTop-jQuery-Plugin/HEAD/js/easing.js -------------------------------------------------------------------------------- /js/jquery-1.7.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sksmatt/UItoTop-jQuery-Plugin/HEAD/js/jquery-1.7.2.min.js -------------------------------------------------------------------------------- /js/jquery.ui.totop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sksmatt/UItoTop-jQuery-Plugin/HEAD/js/jquery.ui.totop.js -------------------------------------------------------------------------------- /js/jquery.ui.totop.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sksmatt/UItoTop-jQuery-Plugin/HEAD/js/jquery.ui.totop.min.js -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sksmatt/UItoTop-jQuery-Plugin/HEAD/readme.md --------------------------------------------------------------------------------