I want to pass two anonymous functions as arguments for jQuery\'s hover, like so:
$(\'element\').hover( function() { // do stuff on mouseover }, fu
Put parentheses around the anonymous functions.