Monitor Multiple Selects for Change but not default value, Using JavaScript?
How do I monitor multiple selects, using JavaScript, to see and get the value, if it has changed and it is NOT "Choose one" (top selection with no value) ? I can not add "onchange" event directly to the select mark-up.
Open in new window