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?

Reply via email to