numscrubberjs
v1.0.3
Published
> Let's change values of input numbers by dragging the mouse left & right
Downloads
20
Readme
Numscrubber.js
Let's change values of input numbers by dragging the mouse left & right
Install
Include numscrubber.js file
<script src="src/numscrubber.js"></script>
or use CDN
<script src="https://unpkg.com/numscrubberjs"></script>
Usage
Just add data-numscrubber
to your input number
<input data-numscrubber type="number" value="6" min="4" max="50" />
and then call init()
<script>
Numscrubber.init();
</script>
Thats it!
Browsers
Works well on all modern browsers.
Size
1.1 kb minified.
License
Licensed under the MIT License.