Jump to content

Html Option Disabled Attribute


davej

Recommended Posts

You're confusing attributes with properties again. If you don't want it disabled, just don't put the attribute. Here's the actual thing you should be looking at if you want to change that property with Javascript: http://www.w3schools...ml_disabled.asp
Oh, I had the <option> page, but look here at the more general <input> page which says to use disabled="disabled" http://www.w3schools.com/tags/att_input_disabled.asp This does not describe the enabled state and does not provide a link to the much more helpful DOM page.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...