.live() types of events, number of events and more

.live() types of events, number of events and more

Hi,

I've been away from the discussions for almost an year, and I'm hoping to contribute again.

I've serched in the bug tracker for bugs that I could handle and found 2 related live bugs:

#5804 - enhancement: .live('focus') proxys through to .live('focusin')

#5801 - enhancement: support .live('hover',fn)


After some tohgh I noted that live doesn't support binding multiple events at once. So I filled a new enhancement request (5852) and started a proposal to achieve the 3 at the same time.

My initial propose is on github:

 http://github.com/irae/jquery/commit/bc77d745de2a397b79928ca0ff04fbf7ebb4ef9d


I was wondering what you guys think of that and if I sould continue this proposal with some test cases and so on. If you guys think it's now really worth enhancement, I can look into other issues in my free time instead of this one.

I also noted jmar777 commits. If you're on the way of adding jQuery.live(arguments) I could also merge the ideas into only one patch.

http://github.com/jmar777/jquery/commit/1e5e40ddf6580d8c9c6232211b29b07b929b772d


Is there interest?