
wScroll is a simple lightweight JavaScript library that adds a custom scrollbar to scrollable container like divs.
How to use it:
Download the wScroll and include the stylesheet wScroll.css and wScroll.js on your webpage.
<link rel="stylesheet" href="wScroll/wScroll.css"> <script src="wScroll/wScroll.js"></script>
Add a custom scrollbar to target container.
wScroll("container");That’s it.
Changelog:
v0.5 (08/07/2018)
- Bugfix







