jquery-gotop
goTop is a <2kb Scroll to Top jQuery plugin.
Demo
A live demo is available with documentation.
Bugs and feature requests
Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher.
Versioning
For transparency and insight into our release cycle, and for striving to maintain backward compatibility, jquery-gotop will be maintained under the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes and misc changes bumps the patch
For more information on SemVer, please visit http://semver.org/.
Authors
Scott Dorman
Changes
v1.1.1 (2014-05-28)
- Fixed link to demo in the readme.
v1.1.0 (2014-05-28)
- Simplified placement options.
- Minor code simplifications.
v1.0.3 (2014-05-28)
- Making the version numbers consistent across nuget, npm, and bower.
v1.0.2 (2014-05-28)
- Added IDs to the
a
andspan
tags to allow CSS styling. - Added a dependency for Bootstrap 3.0.0 or greater.
- Updated the jQuery dependency to 1.6.
v1.0.1 (2014-05-28)
- Added bower and npm packages
v1.0.0 (2014-05-27)
- Initial commit
Copyright and license
Copyright 2015 Scott Dorman under the MIT license.