I wonder how to replace the bindWithEvent function in Mootools 1.3, the example in the documentation is very basic:
Element.addEvent(\'click\', function(e){ myFu
You should read the upgrade from 1.2 to 1.3 page: http://github.com/mootools/mootools-core/wiki/Update-from-1.2-to-1.3
This is what I came up with: http://jsfiddle.net/MBx2D/2/