soyjavi / QuoJS

Micro #JavaScript Library for Mobile Devices
MIT License
2.07k stars 236 forks source link

Event delegation #51

Closed jhnns closed 10 years ago

jhnns commented 11 years ago

Nice module! :+1: I really like the simplicity and focus on mobile. But there's one feature I'm missing.

Have you planned to implement some simple form of event delegation? I often use this feature as it is a convenient way to add one listener for a whole list of elements.

soyjavi commented 11 years ago

trigger??

jhnns commented 11 years ago

What do you mean by "trigger"?

tomhicks commented 11 years ago

I've a few similar issues with the selector engine and events in this library. Considering that people expect it to work like jQuery (and to satisfy that you'll end up having to build jQuery yourself), is there any particular reason it doesn't just use the jQuery selection and events modules?