JQuery Make Readonly TextBox

$("#fieldName").prop("readonly", true);
Indian Gooner