|
Mailing Lists
|
Home /
Groups /
ColdFusion Talk (CF-Talk)
Input are becoming disabled in IE
you should use $("input").removeAttr("disabled");Pradeep Viswanathan 02/06/12 12:12 P 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? you should use $("input").removeAttr("disabled"); $("input").attr("disabled", false); will not work. Thanks and Regards, Pradeep Viswanathan R pradeepviswanathan.r@gmail.com ----- Excess quoted text cut - see Original Post for more -----
|
May 25, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||