http://github.com/jquery/jquery/blob/master/src/event.js#L401
I did not know that there has been normalization for event.which until looking up the new API browser today. I could (partly) understand the choice of using event.which for keyboard event, since it is a mess and there is no standard for it yet. However IMHO it is not a good idea for mouse event, as event.button is already part of the standard, which should be the one to be normalized. Any thoughts?
-- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@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.