jQuery UI slider Touch & Drag/Drop support on Mobile devices

后端 未结 2 757
抹茶落季
抹茶落季 2020-12-07 10:45

I have already styled and implemented jQuery UI slider into a project. Though it\'s responsive, the slider does not respond to being touched and dragged. Instead, you have t

2条回答
  •  时光取名叫无心
    2020-12-07 11:11

    jQuery ui doesn't have touch support. You should use it with jQuery-ui touch punch.

    Just add the script after jQuery ui:

    
    
    
    

    You can also use cdnjs:

    
    
    
    

    Note: Better give this repo a star on Github.

提交回复
热议问题