Try this: to disable the textarea $("textarea[title^='What']").attr('disabled', 'disabled');. to hide $("textarea[title^='What']").css('display', ...
確定! 回上一頁