由于这里图片不方便:请链接到http://tieba.baidu.com/p/1877423882看图。
[code=JScript][/code]<html>
<head>
<title>测试</title>
<script type="text/javascript" src="./js/jquery-1.7.2.js"></script>
</head>
<body>
<div>
<table border="1" id="f_delete">
<tr>
<th>场</th>
<th>赛事</th>
<th>开赛时间</th>
<th>截止时间</th>
<th>主队</th>
<th>比分</th>
<th>客队</th>
<th>主胜</th>
<th>平局</th>
<th>客胜</th>
</tr>
<tr>
<td>002</td>
<td>英甲</td>
<td>02:45</td>
<td>截止</td>
<td>莱顿东方</td>
<td>--</td>
<td>布伦特福德</td>
<td><label class="foot"><input type="checkbox" class="7"/>1.20</label></td>
<td><label class="foot"><input type="checkbox" class="8"/>1.20</label></td>
<td><label class="foot"><input type="checkbox" class="9"/>1.20</label></td>
</tr>
<tr>
<td>003</td>
<td>巴西甲</td>
<td>08:00</td>
<td>截止</td>
<td>布塔福戈</td>
<td>--</td>
<td>巴西国际</td>
<td><label class="foot"><input class="7" type="checkbox"/>2.10</label></td>
<td><label class="foot"><input class="8" type="checkbox"/>3.10</label></td>
<td><label class="foot"><input class="9" type="checkbox"/>3.30</label></td>
</tr>
<tr>
<td>004</td>
<td>巴西甲</td>
<td>08:00</td>
<td>截止</td>
<td>格雷米奥</td>
<td>--</td>
<td>累西方航海</td>
<td><label class="foot"><input class="7" type="checkbox"/>1.83</label></td>
<td><label class="foot"><input class="8" type="checkbox"/>3.55</label></td>
<td><label class="foot"><input class="9" type="checkbox"/>3.35</label></td>
</tr>
</table>
</div>
<div id="comeon">
<table border="1" id="down_table">
<tr id="tr" id="new">
<th>编号</th>
<th>主队</th>
<th>客队</th>
<th>投注卡</th>
</tr>
</table>
<form name="form_nouse">
<input type="text" id="number" name="how_much"></input>
</form>
<a id="display" style="text-decoration:none;" href="3.php?data=">确定投注</a>
</div>
<script type="text/javascript">
//定义一个array,来存放数据和作为删除增加的判断。
var newarray = new Array();
var y_attr = new Array();
//---------------------这是点击label事件--------------------------------