【发布时间】:2010-07-13 21:17:02
【问题描述】:
给出以下html
<input id="IBE1_IBE_NurFlug1_RadioButtonList1_0"
name="IBE1$IBE_NurFlug1$RadioButtonList1" value="Blue" type="radio">
<label for="IBE1_IBE_NurFlug1_RadioButtonList1_0">Blue</label>
<input id="IBE1_IBE_NurFlug1_RadioButtonList1_1"
name="IBE1$IBE_NurFlug1$RadioButtonList1" value="Green" checked="checked"
type="radio">
<label for="IBE1_IBE_NurFlug1_RadioButtonList1_1">Green</label>
我怎样才能执行类似的操作
如果选中蓝色单选按钮... 如果选中绿色单选按钮,请执行...
提前谢谢...
【问题讨论】:
标签: jquery radio-button onload