完整代码:
<!DOCtypehtml>
<HTML>
<head>
<style type="text/CSS">
.highlight
{
background-color: yellow;
}
.gray
{
background-color: Gray;
}
</style>
<script src="http://code.JQuery.com/jQuery-1.5.JS"></scrIPt>
</head>
<body>
<ul>
<li>Look:</li>
<li>this is some text in a paragraph.</li>
<li>This is a note about it.</li>
</ul>
<script type="text/javascript">
$("ul li").first().addClass('highlight');
jquery("ul li").first().next().addclass('gray');
</script>
</body>
</html>
<!DOCtypehtml>
<HTML>
<head>
<style type="text/CSS">
.highlight
{
background-color: yellow;
}
.gray
{
background-color: Gray;
}
</style>
<script src="http://code.JQuery.com/jQuery-1.5.JS"></scrIPt>
</head>
<body>
<ul>
<li>Look:</li>
<li>this is some text in a paragraph.</li>
<li>This is a note about it.</li>
</ul>
<script type="text/javascript">
$("ul li").first().addClass('highlight');
jquery("ul li").first().next().addclass('gray');
</script>
</body>
</html>







网友评论文明上网理性发言已有0人参与
发表评论: