Closed Habared closed 9 years ago
The reason is that in this case unfortunately delegation would be bad for performance. Swipe events are a thin wrapper around move events (https://github.com/stephband/jquery.event.move). Use those if you need delegation.
Hi! Suppose we have some div boxes having class 'elem' whithin a container '#box'
this works:
this doesn't work:
Is there a reason I can't delegate swipe events? Am I missing something? Thank you.