Hide select option in IE using jQuery
I just came across this and instead of cloning the entire select over and over I just replaced the options that need to be hidden with span elements and hiding the spans ( though the browser didnt visually show them anyway, I think ) – you may need to change your code ( if complex … Read more