Iam trying to realize a menu which is opened via a button. So far, easy. The core difference is, that it is not just simply opening, I want to be able to hold that button and move the menu in. Like you probably know from native applications, you touch the a menu button which is a left side, hold it and while you are moving it to the right, the menu is already showing.
To see it in live: Facebook App on iPad (not sure on iPhone), you can switch on/off the menu with a button, but you can also hold the button and move right/left <– this is exactly the function Iam trying to realize.
Btw. the JQM ‘taphold’ function could be used, but how to realize the menu showing..

how could I realize this?
I wrote a little example, I think that it is what you want.