$input.disabled = true
or
$input.disabled = "disabled";
Which is the standard way?
And,reversely,how to enable an input?
Set the disabled attribute.
$input.attr('disabled','disabled');
To enable again
$input.removeAttr('disabled');
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required.
about » faq »
tagged
asked
3 months ago
viewed
242 times
latest activity