seiyria / bootstrap-slider

A slider control for Bootstrap 3 & 4.
http://seiyria.github.io/bootstrap-slider/
Other
3k stars 1.14k forks source link

how to modify example 13 #915

Open Emizy opened 5 years ago

Emizy commented 5 years ago

I tried to modify the example 13 in this way $("#ex13").slider({ ticks: [900, 1000, 1200, 1800, 2000], ticks_labels: ['900', '1000', '1200', '1800', '2000'], ticks_snap_bounds: 100, value: 500 });

but it not workin

bu

seiyria commented 5 years ago

Please provide a jsfiddle.

toriqsetiawan commented 4 years ago

Hi @seiyria how to make slide step depend on ticks? so the user can't slide between ticks defined. it's regarding from example 13 thanks