I am trying to build a slider filter, which enables users to select a numerical range of a filter. I want to add a histogram image(i.e. svg) as a background of the slider. Currently I am considering d3.js or jQuery Sparkline, and a jQuery slider or HTML5 native slider element. Can someone give any suggestions on Javascript library?
Share
Compare:
<input type="range">: native, does not require an extra library.The most important thing is, depending how you are using it, choose the one that best fit your purpose. Sometimes a simple jQuery slider is enough, but in some case a plugin might do even more.