我想設置一個單選按鈕。我想通過使用值或ID來設置它。jQuery設置單選按鈕
這是我試過的。
$('input:radio[name=cols]'+" #"+newcol).attr('checked',true);
newcol
是單選按鈕的ID。
也許有點編輯是爲了。
有兩套無線電箱,其中一箱有一列,另一箱有行。所以我明白了不使用id的意義。我的錯。所以,我有作爲一個例子:
<input type="radio" name="rows" class="listOfCols"
style="width: 50%; " value="Site"></input>
和
<input type="radio" name="cols" class="listOfCols"
style="width: 50%; " value="Site"></input>
與ID的刪除,而我需要設置正確的。
的可能重複[如何設置無線選項的onload檢查與jQuery](http://stackoverflow.com/questions/871063/how-to-set-radio-option-checked-onload-with-jquery) – 2012-03-01 22:27:17
這就是我正在尋找克里斯。謝謝 – mike628 2012-03-02 20:54:31
@ mike628你應該接受其中一個答案! – 2014-01-05 20:20:33