Create multiple range slide handles in one slider

前端 未结 6 792
渐次进展
渐次进展 2020-12-17 15:30

I am trying to add multiple handles to a jQuery UI slider widget, as in 2 or 3 or more range sliders in one slider.

I have tried searching on google and found an art

6条回答
  •  独厮守ぢ
    2020-12-17 15:55

    This is a wrapper that extends jquery-ui slider functionality and allows to build multi-range slider http://jsfiddle.net/ladrower/BmQq4/

    It is easy to use. Just pass the selector of DOM element that will contain a multi-range slider.

    
        

    Please, check out the documentation and sources at GitHub https://github.com/ladrower/jquery-ui-intervals

提交回复
热议问题