Computer Science, asked by lakshyajainadi, 20 days ago

Disable a textbox (textbox name: txtInterest)

Answers

Answered by pynbiangsuchiang
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