https://github.com/mburakerman/numscrubberjs
↔️ Let's change values of input numbers by dragging the mouse left & right
https://github.com/mburakerman/numscrubberjs
html5-input input-number javascript scrubber vanilla-javascript
Last synced: 27 days ago
JSON representation
↔️ Let's change values of input numbers by dragging the mouse left & right
- Host: GitHub
- URL: https://github.com/mburakerman/numscrubberjs
- Owner: mburakerman
- License: mit
- Created: 2017-03-11T12:48:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T16:08:16.000Z (over 2 years ago)
- Last Synced: 2025-03-26T03:34:40.397Z (about 1 month ago)
- Topics: html5-input, input-number, javascript, scrubber, vanilla-javascript
- Language: JavaScript
- Homepage: https://mburakerman.github.io/numscrubberjs/
- Size: 18.6 KB
- Stars: 229
- Watchers: 12
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Numscrubber.js
> Let's change values of input numbers by dragging the mouse left & right
## Install
[](https://www.npmjs.com/package/numscrubberjs/)
Include numscrubber.js file
```html```
or use CDN
```html```
## Usage
Just add ```data-numscrubber``` to your input number
```html
```
and then call ```init()``````js
Numscrubber.init();
```
Thats it

## Browsers
Works well on all modern browsers.
## Size
1.1 kb minified.
## License
Licensed under the MIT License.