JQuery - Enable, Disable TextBox

>> Disable TextBox:  
$("#textbox1").attr("disabled", "disabled");

>> Enable TextBox:
$("#textbox1").removeAttr("disabled"); 

Popular posts from this blog

SAP CPI - Loop Process Call with SuccessFactor (oData V2)

C# - BASE64 to Image

HTML - ToolTip