I have an avaliable list of selectbox and I can't change the options. In Selectbox there are some disabled options but IE7 does not pay attention to the disabled property ;)
Which will be the best way to controll disabled options?
Thanks
I have an avaliable list of selectbox and I can't change the options. In Selectbox there are some disabled options but IE7 does not pay attention to the disabled property ;)
Which will be the best way to controll disabled options?
Thanks
Use the DOM to remove the disabled options from the select element completely. That's about all you can do.