移动端插件 ion.rangeSlider.js

官网地址

$("#demo_1").ionRangeSlider({

type: "double",

  min: 0,

  max: 10,

  from: 2,

  to: 8,

  grid: true,

  grid_snap: true,

  from_fixed: false,  // fix position of FROM handle

  to_fixed: false    // fix position of TO handle

});

你可能感兴趣的:(移动端插件 ion.rangeSlider.js)