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
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to