This proposal doesn't allow for the case when you want to bind multiple functions to a single event. It assumes that your eventType: handler pairs have a one-to-one relationship.
You could make it passible to pass eventType: [array of handlers] to allow for multiple bindings. I did toy with these ideas for a while, and made a plugin called listen() that does exactly that. I'm personally not in favour of adding this kind of complexity to the core bind(). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---