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.
Boxy ポップアップに fou というテキストエリアがあります。ユーザーがポップアップの [送信] ボタンをクリックした後、テキストの値を取得するにはどうすればよいですか? $('textarea[id$=fou]').val() はうまくいくと思いましたが、違います。
アイデア?
$('#fou').val();
また
$('textarea[id="fou"]').val();