如何獲取JQuery中哪個複選框用於下面的示例?當我有多個div標籤時,我不知道如何調用方法單擊。如何獲取JQuery中點擊哪個複選框
<div class="caption">
<div class="image-title>
<p>Image shows a nautillus shell:</p>
<div class="cb">
<input type="checkbox" id="yes">Yes
<input type="checkbox" id="no">No
</div>
</div>
</div>
你最好在這種情況下使用單選按鈕獲取選定的單選按鈕值。 – 2013-04-28 11:13:57