
1 WarWithinMe 2012-08-01 23:01:45 +08:00 直接用touchstart, touchmove, touchend就能实现。。。 BTW, jqueryMobile有多大的体积? |
2 tearsinchina OP @WarWithinMe 你可以试试,放2个div,在每个div上bind上touchstart touchmove事件,移动到第2个div时候是不会触发touchevent的 |
3 benzhe 2012-08-01 23:11:21 +08:00 你应该把事件绑定在 container 上,而不是单元格吧? |
4 WarWithinMe 2012-08-02 22:50:03 +08:00 我也觉得是直接绑定到container里面,然后计算落在哪个地方。。。 |
5 tearsinchina OP it is ok, i setup touchmove on the table ,then get cell id by calculating pageX and pageY |