Use the following JQuery code
$("input[name=postaddr], textarea").attr('readonly', 'readonly');
postaddr is the name of the textarea
Use the following JQuery code
$("input[name=postaddr], textarea").attr('readonly', 'readonly');
postaddr is the name of the textarea