Drag the Range of a UI Input Range Slider

前端 未结 6 2028
长情又很酷
长情又很酷 2020-12-04 17:09
<---------[]=====================================[]-------->

0         10                                     90       100

I need an input r

6条回答
  •  温柔的废话
    2020-12-04 17:28

    You can try adding the drag + drop triggers to the $('.ui-slider-range') element
    OR
    add you own event to the $('.ui-slider-range') element that just trigger the events on the $('.ui-slider-handle')

提交回复
热议问题