$(function() {
$('textarea').setAttribute('style', 'height:' + ($('textarea').scrollHeight) + 'px;');
});
<textarea>
This is very, very long preloading text, I mean vvveeerrryyy, vvveeerrryyy long one!
</textarea>
では動作しません。私が間違って何をやっている、してください?私はそれを二重にチェックしたが、間違ったものは見つけられない。
あなたのhtmlに[jquery file](https://code.jquery.com/)を追加しましたか? – Dwhitz
Dhnありがとうございました – notte
もちろん、jQueryファイルを追加しました。 https://jsfiddle.net/txt16afh/ – notte