我想選擇一個單選按鈕離開這裏使用Javascript兩個單選按鈕來選擇是我的HTML代碼,我有只有一個單選按鈕必須一次
<div class="row">
<div class="form-group">
<label class="control-label col-sm-6">Feel Of The Cards : </label>
<div class="col-sm-6">
<input type="radio" value="NonEmbossed" name="feel_of_card" /> Non Embossed/Smooth Finished<br>
<input type="radio" value="Embossed" name="feel_of_card1" /> Embossed/Linen Finished/Textured Cards
</div>
</div>
</div>
我想打一個單獨的函數中從兩個單選按鈕中選擇一個單選按鈕?
什麼是寫javascript功能的可能方法?
http://stackoverflow.com/questions/9476617/how-to-set-radio-button-status-with-javascript –
的重複[如何使用JavaScript設置單選按鈕狀態](http:/ /stackoverflow.com/questions/9476617/how-to-set-radio-button-status-with-javascript) –
來吧人先學習基本知識,做研究,然後張貼問題 –