jquery, need similar functionality of disable for select optoins -


i using coding this:

                \$(this).attr("disabled", 'disabled');             \$(this).removeattr("disabled"); 

this disable option. want have same accessibility , coding prefer make invisible on drop down menu instead.

thanks

you'll need remove() , re-add them. could try hide() , show(), @ least ie won't support it.


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

android - View with visibility state GONE taking up space on screen -