Enable all the input fields

by satheeshkumar 2012-07-13 09:15:12

Enable all the disabled input fields using following code,

$(".dis :input").attr("disabled", false);
878
like
0
dislike
0
mail
flag

You must LOGIN to add comments