Show/hide selected option from dropdown
HI All,
I need a help from you all. I have 5 dropdowns with same options like option 1, option2, option 3 , option 4 and option 5 and dropdown class name is "billCodes". Default option is 'select one'.
If 'option 1' is selected in any of the dropdown , that option should be hidden from other dropdowns.
If I de-select the selected option ('option 1') , that should be visible again in all the dropdowns for selection. Can someone help??
I want to achieve it using jquery/javascript
***Updated by moderator: Lochan to add Categories***