Event Delegation using jQuery
Simple writeup on how to get event delegation up and running using jquery. For the events that don't bubble (focus, change, etc.), you can look at the reglib code to see how they solve the problem. And also the jquery delegate plugin.