Same functionality I prefer than using much heavy jQuery mobile is Carousel Swipe. I suggest directly jump in to source code on github, and copy file carousel-swipe.js in to your project directory.
Use swiper events as bellow:
$('#carousel-example-generic').carousel({
interval: false
});