Skip to content

基于Zepto移动端滑块插件(更改自现有的jQuery版本)

Notifications You must be signed in to change notification settings

chenruchang/zepto-slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zepto-slider

基于Zepto移动端滑块插件(更改自现有的jQuery版本)

zepto-slider

$('.single-slider-yellow').zptSlider({ from: 0, to: 100, step: 1, scale: [0, 25, 50, 75, 100], format: '%s', width: 250, showLabels: true, showScale: true, theme: 'theme-yellow', onstatechange: function (value) { var start = value.split(',')[0];//起始值 var end = value.split(',')[1];//结束值 } });

$('.range-slider-pink').zptSlider('setValue', '2, 120');//给控件设置值

About

基于Zepto移动端滑块插件(更改自现有的jQuery版本)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages