How do you copy an event handler from one element to another? For example:
$(\'#firstEl\') .click(function() { alert(\"Handled!\");
http://www.learningjquery.com/2007/01/copy-events-from-one-element-to-another