[Event note.] DOM Events issue on the mobile device
首先,請先了解一下 Events 的傳遞方式: http://www.quirksmode.org/js/events_order.html
另外,我常常拿來做範例的 Safari Handling Events 文章: http://goo.gl/r2SLD
然後,這種動作可以由 mousedown 與 mosueup/mouseleave 來取代 touchstart 與
touchend/touchcancel,