I want to pass two anonymous functions as arguments for jQuery\'s hover, like so:
$(\'element\').hover( function() { // do stuff on mouseover }, fu
Without parenthesis or backslash:
f -> 0 , -> 1
Output on 1.7.1:
f(function() { return 0; }, function() { return 1; });