https://github.com/yusufshakeel/dyscrollupjs
dyScrollUpJS is a small JavaScript plugin that you can use in your website and blog to create "Scroll-to-top" button.
https://github.com/yusufshakeel/dyscrollupjs
javascript-plugin scroll-to-top
Last synced: about 1 year ago
JSON representation
dyScrollUpJS is a small JavaScript plugin that you can use in your website and blog to create "Scroll-to-top" button.
- Host: GitHub
- URL: https://github.com/yusufshakeel/dyscrollupjs
- Owner: yusufshakeel
- License: mit
- Created: 2016-11-04T07:31:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T11:26:03.000Z (almost 2 years ago)
- Last Synced: 2025-04-20T00:38:58.774Z (about 1 year ago)
- Topics: javascript-plugin, scroll-to-top
- Language: JavaScript
- Homepage: https://dyclassroom.com/dyscrollupjs/documentation
- Size: 123 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# dyScrollUpJS
This is a small JavaScript plugin that you can use in your website and blog to create "Scroll-to-top" button.
It's free and you can customize it too!
### Status
[](https://github.com/yusufshakeel/dyScrollUpJS)
[](https://www.npmjs.com/package/dyscrollupjs)
[](https://www.jsdelivr.com/package/npm/dyscrollupjs)
### Getting Started
* Download the [latest release](https://github.com/yusufshakeel/dyScrollUpJS/releases) of the project.
* Clone the repo: `git clone https://github.com/yusufshakeel/dyScrollUpJS.git`
* Install using npm: `npm install dyscrollupjs`
* Use jsDelivr CDN: `https://www.jsdelivr.com/package/npm/dyscrollupjs`
### Tutorial Video
[Watch the YouTube video](https://www.youtube.com/watch?v=P7CvToMSfZA).
### Documentation
You can find the project documentation [here](https://www.dyclassroom.com/dyscrollupjs/documentation).
### License
It's free and released under [MIT License](https://github.com/yusufshakeel/dyScrollUpJS/blob/master/LICENSE) Copyright (c) 2016 Yusuf Shakeel
### Donate
Feeling generous :-) Buy me a cup of tea.
[Donate via PayPal](https://www.paypal.me/yusufshakeel)
## Note!
### Version 2.x
No jQuery required.
### Version 1.x
Requires jQuery v1.12 and above.