component / dom

DOM traversal, manipulation and events aggregate library (like jQuery)
228 stars 49 forks source link

support el.on('click .pane-close') for delegation #49

Open tj opened 11 years ago

tj commented 11 years ago

other than el.on('click', '.pane-close')

daynekilheffer commented 11 years ago

Is there a better way to do this then how component/view.bind() does it?