I have 4 <select>
boxes with the same values:
- 1
- 2
- 3
- 4
I wish to make sure each of these values are used in the dropdowns, with no duplicates.
I can not get my head around this. I have tried looping the select boxes and picking out the values, but I can not get it to work probably. Does anyone have a quick-n-easy solution to this?