Disable all the input fields

by satheeshkumar 2012-07-12 16:44:37

Disable all the input fields includes textbox,buttons,etc..by using following code,

$("#divid :input").attr("disabled", true);

Tagged in:

899
like
0
dislike
0
mail
flag

You must LOGIN to add comments