rangetouch

A super tiny library to make `<input type='range'>` sliders work better on touch devices

MIT License

Downloads
458.3K
Stars
250
Committers
6
rangetouch - v2.0.1 Latest Release

Published by sampotts over 4 years ago

  • Removed useful CSS in "destroy" function (thanks @Ibadichan)
rangetouch - v2.0.0

Published by sampotts over 5 years ago

  • Rewritten using ES6 syntax and a proper RangeTouch class
  • No longer using event delegation do to compatibility issues
rangetouch - v1.0.5

Published by sampotts over 7 years ago

  • Fixed variable naming bug in v1.0.4 (See #6)
rangetouch - v1.0.4

Published by sampotts over 7 years ago

  • Fixed bug introduced in v1.0.3 with selector for disabled elements
  • No long require the upfront check for elements on the page given we just listen to events
rangetouch - v1.0.3

Published by sampotts over 7 years ago

  • Fixed error if no <input type="range"> found
  • CustomEvent polyfill no longer effects the global scope
  • AddCSS option to set whether to add helpful CSS to the page
rangetouch - v1.0.1

Published by sampotts over 7 years ago

  • Repo move and minor bug fixes
rangetouch - Triggering `input` and `change` events

Published by sampotts over 8 years ago

rangetouch - Initial release

Published by sampotts over 8 years ago

Package Rankings
Top 24.57% on Repo1.maven.org
Top 1.69% on Npmjs.org
Badges
Extracted from project README
npm version
Related Projects