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:349793
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to