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