Make Textbox as readonly using jquery

by satheeshkumar 2012-08-13 16:27:39

Make Textbox as readonly using jquery,

$('#inputId').attr('readonly', true);


By using above function you can make textbox as readonly.
1617
like
0
dislike
0
mail
flag

You must LOGIN to add comments