[jQuery] Multi event one action

[jQuery] Multi event one action


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#006600">
What I want is
$('select').change         and       $('input').blur         do the
same action with write function only once.
Thank you.
Paisal.
</body>
</html>