<div>
<table class='accor'>
<tr>
<td>Roll No.</td>
<td>12801</td>
</tr>
<tr>
<td>Name</td>
<td>XXXX</td>
</tr>
<tr>
<td>Class</td>
<td>MS</td>
</tr>
</table>
</div>
我想要上面的代码作为单选按钮。上面的代码在 php while 循环中运行,数据来自数据库。(我还需要使用checked=checked
来匹配预定义的值。)我正在使用带有收音机的jquery ui buttonset 样式。
我怎样才能做到这一点?