I referred this and using touch-punch. But, its throwing me the following error:
Object [object Object] has no method 'draggable'
for the line :
<script>
$('#slider-range-min').draggable();</script> or <script>$('#widget').draggable();
</script>
How to resolve this issue?