pukhalski / tap

1Kb library for easy unified handling of user interactions such as mouse, touch and pointer events.
https://github.com/pukhalski/tap/archive/master.zip
MIT License
527 stars 45 forks source link

does 'tap' this have the same shortcomings as filamentgoup/tappy? #22

Closed 0xgeert closed 9 years ago

0xgeert commented 9 years ago

filamentgroup/tappy caveats (see docs at the bottom):

Does tap allow this?

0xgeert commented 9 years ago

It seems that is does! Cheers.

ezhlobo commented 9 years ago

I was late... I wrote filamentgroup/tappy examples before you closed issue :).

Binding multiple handlers to the same element

http://jsbin.com/salacododi/1/edit?html,js,console,output

Binding a handler to a child element when the parent element is already bound

http://jsbin.com/ginapoqida/1/edit?html,js,console,output