带有单选按钮行为的复选框列表

时间:2011-02-16 10:25:50

标签: jquery

如何使用jQuery为复选框列表提供单选按钮功能而不实际更改为单选按钮?

这是我的HTML:

<tr id="tr1">
  <td align="center" >
    <input name="Checklist" id="Checklist" type="checkbox"  onclick="onSubmit();" style="width:16px;height:16px;"/>
  </td> 
  <td align="center" >
    <input name="Override" id="Override" type="checkbox"  onclick="onSubmit();"  style="width:16px;height:16px;"/>
  </td>
</tr>
<tr id="tr1">
  <td align="center" >
    <input name="Checklist" id="Checklist" type="checkbox"  onclick="onSubmit();" style="width:16px;height:16px;"/>
  </td> 
  <td align="center" >
    <input name="Override" id="Override" type="checkbox"  onclick="onSubmit();"  style="width:16px;height:16px;"/>
  </td> 
</tr>
<tr id="tr1">
  <td align="center" >
    <input name="Checklist" id="Checklist" type="checkbox"  onclick="onSubmit();" style="width:16px;height:16px;"/>
  </td> 
  <td align="center" >
    <input name="Override" id="Override" type="checkbox"  onclick="onSubmit();"  style="width:16px;height:16px;"/>
  </td> 
</tr>

0 个答案:

没有答案