jQuery Make Readonly Textbox

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