The most popular jQuery plugin which creates the animation of swiping?

The most popular jQuery plugin which creates the animation of swiping?

Recently I'm about to create a mobile website, in which swiping left and right allows users to navigate between pages (just different <div data-role="page">s, not actually independent html pages).


Although jQuery Mobile and its Pagecontainer widget can achieve the change of pages, it doesn't seem to also create the drag-like animation of swiping.


I did some search on Google and found a few plugins which create the animation. But I'm new to mobile website development and know nothing about the popularity of those plugins. So I'm here to ask which plugin is the most popular and the most reliable one to use.


Any suggestion would be appreciated. Thanks.