Disable a textbox (textbox name: txtInterest)
Answers
Answered by
0
Answer:
we can easily disabled input box ( textbox, texatarea)
using disable attribute to "disabled" .$('elementname'). attr('disabled'); to enable disabled element we need yo remove " disabled" attribute from this element.
Hope it helps.
Similar questions
World Languages,
10 days ago
English,
10 days ago
Math,
20 days ago
English,
20 days ago
Physics,
9 months ago