What is the syntax to bind two events to the same function? I want to do something like
$("[EMAIL PROTECTED]").bind("mouseover,mouseout", function() {
stuff here
});
But it doesn't work. TIA
-- Josh
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
