AnitaTang / js-hotkeys

Automatically exported from code.google.com/p/js-hotkeys
0 stars 0 forks source link

Allow more thn one function per binding #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In jQuery one can do:
$(document).bind('click', foo);
$(document).bind('click', bar);

and both functions will be called when the event occur. 

This plug in should support this as well.

Original issue reported on code.google.com by Afro.Sys...@gmail.com on 8 Sep 2008 at 5:43

GoogleCodeExporter commented 8 years ago

Original comment by Afro.Sys...@gmail.com on 11 Sep 2008 at 6:17