I have a page with several select buttons. I would like for a function to be called in jQuery any select function except for say one with id="Select1"
is changed. I know that I can link the function to each select that I want liked to the event, but it would be much more convenient to specify those that should be excluded than list all that should be included.
Would it be possible for one specific class of selects to cause a change?