复制代代码如下: 無标题文档 <!-- <BR>$(function(){ <BR>$("#aFirst").click(function(){ <BR>$ ("#結果").html(""); <BR>$("#結果").html($("ul:first").html()); <BR>$( "#aLast").click(function(){ <BR>$("#Result").html(""); <BR>$("#Result").html($("ul:last") .html()); <BR>}) <BR>$("#aNot").click(function(){ <BR>$("#Result").html(""); <BR>$( "#Result").html($("input:not(:checked)").attr("id")); <BR>}) <BR>$("#aEven").click(function() { <BR>$("#Result").html(""); <BR>$("ul:even").each(function(){ <BR>$("#Result").html($ ("#Result").html() $(this).html()); <BR>}) <BR>}) <BR>$("#aOdd").click(function(){ <BR> $("#Result").html(""); <BR>$("ul:odd").each(function(){ <BR>$("#Result").html($("#Result ").html() $(this).html()); <BR>}) <BR>}) <BR>$("#aEq").click(function(){ <BR>$("#結果").html(""); <BR>$("ul:eq(3)").each(function(){ <BR>$("#Result").html($("#Result" ).html() $(this).html()); <BR>}) <BR>}) <BR>$("#aGt").click(function(){ <BR>$("#Result ").html(""); <BR>$("ul:gt(3)").each(function(){ <BR>$("#Result").html($("#Result") .html() $(this).html()); <BR>}) <BR>}) <BR>$("#aLt").click(function(){ <BR>$("#Result").html(""); <BR>$(" ul:lt(3)").each(function(){ <BR>$("#Result").html($("#Result").html() $(this).html()); <BR>}) <BR>}) <BR>$("#aHeader").click(function(){ <BR>$("#Result").html(""); <BR>$(": header").each(function(){ <BR>$("#Result").html($("#Result").html() $(this).html()); <BR>}) <BR>}) <BR>}) <BR>// --> h1 h2 li1 1 2 3 4 li2 5 6 li3 checkbox1 checkbox2 最初のウルポイントの表示 最後の最後にある点の表示 未選択のチェックボックスの ID 表示インデックスはカップ数の ul コンテンツ 表示インデックスは奇数の ul コンテンツ 表示インデックスが 3 の ul コンテンツ インデックスが 3 を超える ul コンテンツを表示 インデックスが 3 未満の ul コンテンツを表示 表示页面标题内容 結果: