I have a listview populated (via ajax) with comments. I'm hoping for it to be able to do two things: Respond to a tap/click by loading replies (already implemented). Second, I'd like the user to be able to swipe the <LI> from right-to-left to reveal a sliding panel with other options pertaining to the comment; this panel only covers the comment list item (give or take), unlike
Panels . Sliding left-to-right would re-expose the original note item.
So, does anyone know of any way to implement a sliding submenu like this using JQM or plugin? Just a pointer in the right direction would be great :)