Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

disabled attribute is not working in html

try to use disabled="disabled":

<input type="text" id="txtEditAlternate" class="form-control" name="alternate" disabled="disabled" />

I hope it will work for you.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #disabled #attribute #working #html
ADD COMMENT
Topic
Name
8+6 =