Image

Imagefios wrote in Imagejavascript

Selection Box Content

I am attempting to create a group of four selection lists that use the same contents. I would like to be able to have the options in each list only to include items that have not been selected in one of the other lists.

So:
Using the list: Pear, Apple, Banana, Orange, Mango
List 1:
Pear <- Selected
Banana

List 2:
Apple <- Selected
Banana

List 3:
Banana
Mango <- Selected

List 4:
Banana
Orange <-Selected



I have been unable to find a way to hide the options that are not needed or dynamically assign the contents of the lists. Any help in this area would be greatly appreciated.