> Now, if you want to still have access to the event, *and* pass an > argument, you're going to want to use a closure to provide currying-like > behaviour. Take a look at http://jsfiddle.net/nU5Ex/4/ to see what I > mean. Hopefully that's clear -- ask if you have questions!
You don't really need a separate curry: http://jsfiddle.net/nU5Ex/5/ -- S.
