https://github.com/thingsym/jquery.backtothetop
Back to the Top is a jQuery plugin to return to scroll smoothly to the top of the page. You can scroll to the smooth anchor link in the page.
https://github.com/thingsym/jquery.backtothetop
jquery plugin
Last synced: 2 months ago
JSON representation
Back to the Top is a jQuery plugin to return to scroll smoothly to the top of the page. You can scroll to the smooth anchor link in the page.
- Host: GitHub
- URL: https://github.com/thingsym/jquery.backtothetop
- Owner: thingsym
- License: other
- Created: 2014-10-27T08:12:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T08:25:43.000Z (about 1 year ago)
- Last Synced: 2025-01-28T09:25:55.172Z (about 1 year ago)
- Topics: jquery, plugin
- Language: HTML
- Homepage: http://thingsym.github.io/jquery.backtothetop/
- Size: 193 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jQuery Plugin Back to the Top
Back to the Top is a jQuery plugin to return to scroll smoothly to the top of the page. You can scroll to the smooth anchor link in the page.
Documentation:
* [https://thingsym.github.io/jquery.backtothetop/](https://thingsym.github.io/jquery.backtothetop/)
* [Japanese](https://thingsym.github.io/jquery.backtothetop/index-ja.html)
## Docker Development Environment
### Build and launch website
```
docker compose run --rm node npm install
docker compose run --rm -p 3000:3000 node npm run serve
```
Access to URL http://localhost:3000
### listing tasks
```
docker compose run --rm node npm run
```
## Contribution
### Patches and Bug Fixes
Small patches and bug reports can be submitted a issue tracker in Github. Forking on Github is another good way. You can send a pull request.
1. Fork [jQuery Plugin Back to the Top](https://thingsym.github.io/jquery.backtothetop/) from GitHub repository
2. Create a feature branch: git checkout -b my-new-feature
3. Commit your changes: git commit -am 'Add some feature'
4. Push to the branch: git push origin my-new-feature
5. Create new Pull Request
## Changelog
See CHANGELOG.md
## License
Dual licensed under the MIT and [GPLv2](https://www.gnu.org/licenses/gpl-2.0.html) licenses.
## Author
[thingsym](https://github.com/thingsym)
Copyright (c) 2012-2017 by thingsym