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.
現在選択されているオプションのオプション タグの間にあるテキストを取得するには、次のようにします。
$('option[value="'+$('select').val()+'"]').text();
これは次のように変換されます: select に現在リストされている値と同じ値を持つオプションのテキストを取得する