单选框radio改变事件
程序员文章站
2022-05-15 15:13:20
Allot Transfer $(document).ready(function() { $('input[type=radio][name=bedStatus]').change(function() { if (this.value == 'allot') { alert("Allot Tha... ......
<input type="radio" name="bedstatus" id="allot" checked="checked" value="allot">allot
<input type="radio" name="bedstatus" id="transfer" value="transfer">transfer
$(document).ready(function() {
$('input[type=radio][name=bedstatus]').change(function() {
if (this.value == 'allot') {
alert("allot thai gayo bhai");
}
else if (this.value == 'transfer') {
alert("transfer thai gayo");
}
});
});
上一篇: iframe子页面获取父页面的点击事件
下一篇: 耐寒的蔬菜有哪些,你都知道吗