rangetouch
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "rangetouch", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A super tiny library to make input type='range' sliders work better on touch devices", | ||
@@ -5,0 +5,0 @@ "homepage": "https://rangetouch.com", |
@@ -10,6 +10,7 @@ # RangeTouch | ||
## Quick setup | ||
To use RangeTouch in it's most basic form, you just need to add `rangetouch.js` (either from the `/dist` (minified) or `/src/js` (unminified) folders) before the closing `</body>` tag like so: | ||
To use RangeTouch, you just need to add `rangetouch.js` (either from the `/dist` (minified) or `/src/js` (unminified) folders) before the closing `</body>` tag like so: | ||
```html | ||
<script src="/path/to/rangetouch.js"></script> | ||
``` | ||
It will automatically bind to all `<input type="range">` elements, even newlt injected ones. | ||
@@ -19,3 +20,3 @@ ### CDN | ||
```html | ||
<script src="https://cdn.rangetouch.com/0.0.1/rangetouch.js"></script> | ||
<script src="https://cdn.rangetouch.com/0.0.3/rangetouch.js"></script> | ||
``` | ||
@@ -22,0 +23,0 @@ |
// ========================================================================== | ||
// rangetouch.js v0.0.1 | ||
// rangetouch.js v0.0.3 | ||
// Making <input type="range"> work on touch devices | ||
@@ -4,0 +4,0 @@ // https://github.com/selz/rangetouch |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59594
57