@H_502_0@本文实例讲述了jquery获取多个checkBox的值异步提交给PHP的方法。分享给大家供大家参考。具体实现方法如下:
@H_502_0@HTML代码:
<div class="jb51code">
<pre class="brush:xhtml;">
<tr>
<td><input type="checkBox" name="uid" value="<?=$item['mtaccount_id']?>"></td>
<td><?=$item['mtaccount_id']?></td>
<td><?=$item['account_id']?></td>
<td><?=$item['account_name']?></td>
<td><?=$item['server']?></td>
<td><?=$item['platform']?></td>
</tr>