[jQuery] Bind multiple events with one call to .bind()?

[jQuery] Bind multiple events with one call to .bind()?


Will .bind() accept multiple events to which to attach? I
tried .bind("blur,change") but the $event handler doesn't look
right...
If not, this would be really handy....