you should use $("input").removeAttr("disabled");
$("input").attr("disabled", false); will not work.
Thanks and Regards,
Pradeep Viswanathan R
[email protected]
On Mon, Feb 6, 2012 at 9:09 PM, Chad Baloga <[email protected]> wrote:
>
> I am trying to troubleshoot why my text input fields are suddenly becoming
> disabled. I run something on the page and all inputs become disabled
> throughout the system until I refresh the browser. There are no JS errors
> or anything to indicate errors. I have the following on the page to
> re-enable but nothing works:
>
> $("input").removeAttr("disabled");
> $("input").removeAttr("readonly");
> $("input").attr("disabled", false);
>
> Note that this application is running under FW1 framework.
>
> Any suggestions?
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349794
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm