[jQuery] NEWBIE QUESTION: Catch Select event

[jQuery] NEWBIE QUESTION: Catch Select event


Hi,
I would like to catch the select event when a user changes the select
item in any <SELECT> in a form. Something like:
$("select").select(function() {
//do some stuff here...
)};
Is this feasible?