On 8 Dec 2008, at 23:12, Richard K Miller wrote:

Does this work?

$('tr').hover(banana, banana);

This passes the functions themselves instead of the values that the functions returned.

Interesting; it does. My problem isn't solved however because in my real code (my example was simplified), I need to pass values into the functions like this:

$('tr').hover(banana(a,b), banana(a,b));

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to