-1
jQueryを使用してラジオボタンのペアでラジオを選択すると、.coefficient
の値を取得するにはどうすればよいですか?ラジオに添付された要素の値を取得
<label class="bet-team-box" for="radio-1">
<input class="bet-main-input" id="radio-1" name="group1" type="radio">
<span class="fake-label">
<span class="team">
Midnight Sun Esports
</span>
<span class="img-box">
<img src="images/logo-team-04.png" alt="image description" width="20" height="20" />
</span>
<span class="coefficient">
12.43
</span>
</span>
</label>
ありがとう –