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
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.