<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>Js获取 table当前行的值</title> <script language=javascript> var selectedTr = null; function c1(obj) { obj.style.backgroundColor = 'blue'; //把点到的那一行变希望的颜色; if (selectedTr != null) selectedTr.style.removeAttribute("backgroundColor"); if (selectedTr == obj) selectedTr = null;//加上此句,以控制点击变白,再点击反灰 else selectedTr = obj; } /*得到选中行的第一列的值*/ function check() { if (selectedTr != null) { var str = selectedTr.cells[0].childNodes[0].value; document.getElementById("lab").innerHTML = str; } else { alert("请选择一行"); } } /*删除选中行*/ function del() { if (selectedTr != null) { if (confirm("确定要删除吗")) { alert(selectedTr.cells[0].childNodes[0].value); var tbody = selectedTr.parentNode; tbody.removeChild(selectedTr); } } else { alert("请选择一行"); } } </script> </head> <body> 单击选中Tr,高亮显示,再单击取消选选中。 <input type=button value="选中的是哪一行?" onclick="check()"> <input type=button value="删除选中行" onclick="del()"> <input type=button value="增加一行" onclick="add()"> <table width="100%" border="1" cellspacing="0" cellpadding="0" id="tab"> <tr onclick="c1(this);" bgcolor="#cccccc"> <td><input type="text" value="11"></td> <td><input type="text" value="12"></td> </tr> <tr onclick="c1(this);" bgcolor="#e0e0e0"> <td><input type="text" value="21"></td> <td><input type="text" value="22"></td> </tr> <tr onclick="c1(this);" bgcolor="#cccccc"> <td><input type="text" value="31"></td> <td><input type="text" value="32"></td> </tr> <tr onclick="c1(this);" bgcolor="#e0e0e0"> <td><input type="text" value="41"></td> <td><input type="text" value="42"></td> </tr> <tr onclick="c1(this);" bgcolor="#cccccc"> <td><input type="text" value="51"></td> <td><input type="text" value="52"></td> </tr> </table> <label id="lab"></label> </body> </html>
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com
暂无“JavaScript获取表格(table)当前行的值、删除行、增加行”评论...
P70系列延期,华为新旗舰将在下月发布
3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。
而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?
根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。