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
Post a Comment