All Projects → mburakerman → Numscrubberjs

mburakerman / Numscrubberjs

Licence: mit
↔️ Let's change values of input numbers by dragging the mouse left & right

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Numscrubberjs

Router.js
Router.js is a simple and powerful javascript library to handle routing
Stars: ✭ 107 (-52.65%)
Mutual labels:  vanilla-javascript
Datepickk
Simple, beautiful and powerful datepicker!
Stars: ✭ 160 (-29.2%)
Mutual labels:  vanilla-javascript
Jscolor
JavaScript color picker with opacity (alpha channel) and customizable palette. Single file of plain JS with no dependencies.
Stars: ✭ 182 (-19.47%)
Mutual labels:  vanilla-javascript
Rallax.js
Dead simple parallax scrolling.
Stars: ✭ 1,441 (+537.61%)
Mutual labels:  vanilla-javascript
Vidar
An extendable video-editing framework for the browser and Node
Stars: ✭ 132 (-41.59%)
Mutual labels:  vanilla-javascript
Rangeslider
Simple, small and fast vanilla JavaScript polyfill for the HTML5 `<input type="range">` slider element.
Stars: ✭ 161 (-28.76%)
Mutual labels:  vanilla-javascript
Datatable
Javascript Plugin for data tables creation
Stars: ✭ 97 (-57.08%)
Mutual labels:  vanilla-javascript
Baguettebox.js
⚡ Simple and easy to use lightbox script written in pure JavaScript
Stars: ✭ 2,252 (+896.46%)
Mutual labels:  vanilla-javascript
Dev10
🐷 A nifty little app that shows you the top posts on Dev.to in your menubar.
Stars: ✭ 136 (-39.82%)
Mutual labels:  vanilla-javascript
Volt Bootstrap 5 Dashboard
Free and open source Bootstrap 5 Admin Dashboard Template with vanilla Javascript
Stars: ✭ 2,252 (+896.46%)
Mutual labels:  vanilla-javascript
Vanillajs Deck
A Vanilla.js Single Page App (SPA) slide deck for a presentation about Vanilla.js written with no frameworks.
Stars: ✭ 119 (-47.35%)
Mutual labels:  vanilla-javascript
The Glorious Startpage
a glorified startpage
Stars: ✭ 127 (-43.81%)
Mutual labels:  vanilla-javascript
Mailtoui
A simple way to enhance your mailto links with a convenient user interface.
Stars: ✭ 162 (-28.32%)
Mutual labels:  vanilla-javascript
A11y accordions
ES5 ARIA Accordion Component
Stars: ✭ 108 (-52.21%)
Mutual labels:  vanilla-javascript
Lind
Lind is an open source that allows to create any kind of AB test on your site.
Stars: ✭ 183 (-19.03%)
Mutual labels:  vanilla-javascript
Html5sortable
VanillaJS sortable lists and grids using native HTML5 drag and drop API.
Stars: ✭ 1,384 (+512.39%)
Mutual labels:  vanilla-javascript
Draggable
High performance, fully cross browser, full featured drag and drop in a tiny (2k gzipped), dependency-free package
Stars: ✭ 160 (-29.2%)
Mutual labels:  vanilla-javascript
Vanilla Tilt.js
A smooth 3D tilt javascript library.
Stars: ✭ 2,851 (+1161.5%)
Mutual labels:  vanilla-javascript
Long Press Event
Adds `long-press` event to the DOM in 1k of pure JavaScript
Stars: ✭ 187 (-17.26%)
Mutual labels:  vanilla-javascript
Bs Custom File Input
A little plugin for Bootstrap 4 custom file input
Stars: ✭ 162 (-28.32%)
Mutual labels:  vanilla-javascript

Numscrubber.js

Let's change values of input numbers by dragging the mouse left & right

Install

NPM

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!

CodePen demo

CodePen demo

Browsers

Works well on all modern browsers.

Size

1.1 kb minified.

License

Licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].