IonDen / ion.rangeSlider

jQuery only range slider
http://ionden.com/a/plugins/ion.rangeSlider/en.html
MIT License
2.56k stars 508 forks source link

Grid lines but no numbers? #726

Closed proimage closed 3 years ago

proimage commented 4 years ago

Is there a way to show the grid lines (the little ticks below the range slider), but not show any values?

IonDen commented 4 years ago

Hi yes. Easy CSS solution .irs-grid-text {display: none}

proimage commented 3 years ago

A very belated thanks!