Adding in support for 'focus' and 'blur' events using .live and .die

Adding in support for 'focus' and 'blur' events using .live and .die


Hey guys,
I know about .livequery, but it didn't work for me. As a result, I
wrote a plugin called bond (uses .bond and .unbond) that implements
event delegation for 'focus' and 'blur' and works with *any* valid
selector. The only downside is that I have to use a plugin to achieve
this functionality. Shouldn't something like this go into the core?
Code: http://groups.google.com/group/jquery-dev/browse_thread/thread/3b3731308f23cbb6
Cheers,
Trey