|
|
Q1550 How to determine whether the user has already selected an option from a multi select list?
irt.org | Knowledge Base | JavaScript | Form | Q1550 [ previous next ] Q1550 How to determine whether the user has already selected an option from a multi select list?Either make the first item a dummy one "Please select" and use:
Or you need to loop through all the entries:
|
-- div -->
|