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

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -