I previously made this post regarding hiding an option from other select boxes when it is selected.
However I've just started testing my application in other browsers and I've found that IE doesn't support the .hide() function.
Is there an alternative method I could use for hiding the option in the other selects? I don't want to remove it as if the user was to change the value of the initial select then I'd need to the initial selected option to re-appear.
Anyone any ideas?