Blog: swipe list items in jquery mobile…
so i found this great starting point for adding swipe row functionality to jquery mobile lists
basically, bind a function to a swipe event and then have that function remove the swipe binding, add a close function binding (a reverse of that swipe) then do some animation on that list row by appending some absolutely positioned dom elements.