Albert 網路筆記
2013年11月12日 星期二
jQuery 檢查特定一個單選框, 是否有被點選
Html Code
<input id=name1 type=radio>
<input id=name1 type=radio>
JS Code
if ( $("input[type='radio']").get(1).checked ){
console.log="checked";
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言