地味に面倒くさい、textareaの高さ自動調整。
$("textarea").height( $("textarea")[0].scrollHeight );
※ 適時イベントハンドリングすること。
これぐらい、デフォルト仕様になればいいのにね。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
地味に面倒くさい、textareaの高さ自動調整。
$("textarea").height( $("textarea")[0].scrollHeight );
※ 適時イベントハンドリングすること。
これぐらい、デフォルト仕様になればいいのにね。
Register as a new user and use Qiita more conveniently
Go to list of users who liked