I've got lots of text inputs that have this event:
$('.textBoxSal').live('keyup', function () {...});
I have also drop down list with a different class that I want it to make the same code ,
my question is :
can I add somehow my dropdownlist to this event, but with other (onchange) event?