Currently, I am facing a challenge with 4 drop-down lists where each one should display the same 5 options excluding those already selected in the preceding drop-down list. Furthermore, these options need to be able to show up again if any of them are unselected at a later stage. Ideally, I would prefer to achieve this using CSS, JavaScript, and/or jQuery only.
Your assistance is greatly appreciated.