jQuery 滑动插件:sGlide
jopen
11年前
sGlides 是一款帮助用户生成简单,轻量级滑动器的 jQuery 插件,可以很方便使用 CSS 自定义和设定自己的风格。
$('#slider').sGlide({ startAt: 60, // start slider knob at - default: 0 image: '' // string - image path width: 200, // integer - default: 100 height: 20, // integer - default: 40 unit: 'px', // 'px' or '%' (default; doesn't apply to height) pill: false, // boolean - default: true snap: { points: 5, markers: true, onlyOnDrop: true }, disabled: true, // boolean - default: false colorStart: // css value colorEnd: // css value vertical: // boolean - default: false showKnob: // boolean - default: true drop: function(o){ console.log(o.guid+': '+o.value+'%'); } });