ngryman / jquery.finger

:v: jQuery touch & gestures, fingers in the nose.
https://ngryman.sh/jquery.finger/
MIT License
423 stars 66 forks source link

can not bind the event with namespace #23

Closed evolutionjay closed 10 years ago

evolutionjay commented 10 years ago

I found this pluing can not code like this: $(".foo").on("tap.namespace", ".fooelement", function(e) { //do foo });

the namespace not work

ngryman commented 10 years ago

Hi, sorry for the late. Hum, I'll look into this.

ngryman commented 10 years ago

I cannot reproduce. Here is a working example: http://jsfiddle.net/jt3yx6uo/.