Skip to content

Input range implementation to works with touch using Zepto

Notifications You must be signed in to change notification settings

jcemer/zepto-range

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Input range implementation to works with touch using Zepto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published