An open API service indexing awesome lists of open source software.

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.

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