Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 405 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 405 Bytes

Zepto Range

http://jcemer.com/zepto-range

Input range implementation to works with touch using Zepto

<input type="range" min="0" max="4" value="0">
<input type="range" class="inside" min="-5" max="5" value="0">
$('input[type="range"]').range();
$('input[type="range"]').range('worst', 'best');

Modes

  • normal
  • inside

Events

  • init
  • move
  • change