Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ブラウザがテキストエリアのサイズを変更できない場合は、カスタムのサイズ変更ハンドルを添付します。(特定のブラウザーのテストに頼ることなく)。
少し遊んだ後、これはうまくいくようです:
if($(textarea).css('resize') != 'both'){ // add custom resize handle }
すべてのブラウザーにカスタムのサイズ変更ハンドルを追加することを検討してください。これの利点は、サイトがすべてのブラウザーで同じ (またはほぼ同じ) に見えることです。このサイトではresize:none;、css を使用してこれを行います。
resize:none;