] <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
*{margin: 0padding: 0}
th, td{width: 50pxheight: 30pxtext-align: center}
th{cursor: pointerborder: 1px solid transparent}
th:hover{border: 1px solid greenyellow}
</style>
</head>
<body>
<table>
<tr>
<th>111</th>
<th>222</th>
<th>333</th>
</tr>
<tr>
<td>111</td>
<td>222</td>
<td>333</td>
</tr>
</table>
<script type="text/javascript">
2: 鼠标是1964年由加州大学伯克利分校博士道格拉斯·恩格尔巴特[1] (Douglas Engelbart)发明的[2]&nbsp;鼠标&nbsp,来代替键盘那繁琐的指令
3: 编辑
4: 鼠标是计算机的一种输入设备,也是计算机显示系统纵横坐标定位的指示器,因形似老鼠而得名“鼠标”(港台作滑鼠).
5: “鼠标”的标准称呼应该是“鼠标器”,英文名“Mouse”,该研究所是斯坦福大学赞助的一个机构,Douglas Engelbart很早就在考虑如何使电脑的 *** 作更加简便,用什么手段来取代由键盘输入的繁琐指令,鼠标的使用是为了使计算机的 *** 作更加简便快捷&nbsp
在linkbutton里面放置onclick点击事件,或者jquery点击事件均可。<html>
<body>
<input type="submit" value="Submit" id="test" onclick="ipt()">
<script type="text/javascript">
function ipt{
alert("aaa")
}
$(function(){
$("#test").click(function(){
alert("aaa")
})
})
</script>
</body>
</html>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)