// Setup the buttons.
$(options.buttonLeft).bind('mouseup',this,function(event){
event.data.rotate(-1);
return false;
});
$("#stage").on("swipeleft",function(){
});
如何将这两个事件绑定,向左滑动的时候触发这个button的事件,但是并不需要按button
swipeleft用的是jQuery mobile