I am using
$('.swipeenabled').draggable({ axis: "x"})
for getting x-draggable feature.
I have the following order of js files:
<script type="text/javascript" src="{% static "crsq/js/zippednewsapp/jquery-1.10.2.js" %}"></script>
<script type="text/javascript" src="{% static "crsq/js/zippednewsapp/bootstrap.js" %}"></script>
<script type="text/javascript" src="{% static "crsq/js/zippednewsapp/jail.js" %}"></script>
<script type="text/javascript" src="{% static "crsq/js/zippednewsapp/jquery-ui.js" %}"></script>
<script type="text/javascript" src="{% static "crsq/js/zippednewsapp/jquery.touchSwipe.min.js" %}"></script>
We know that draggable is working, since ui-draggable class gets added to the elements .swipeenabled
But, the dragging feature does not work. What are the possible reasons? The jquery and jquery-ui js files are not corrupt. I have checked that.