日期:2014-05-16 浏览次数:20508 次
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>测试</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<script type="text/javascript" src="js/jquery-1.10.1.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$("tr:gt(2)").each(function () {
var tds = $("td.red_one", this);
$("td.red_two", this).each(function () {
var num = parseInt(this.innerHTML);
if (tds[num - 1].innerHTML !== "")
tds[num - 1].style.backgroundColor = "red";
});
});
});
</script>
</head>
<body>
<br>
<table align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table border="1" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="2" height="18" width="72">期号</td>