eq()filterを使う。 例1:2番目のpだけを選択したい場合。 <html> <head> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('p:eq(1)').css("background-color","red"); }); </script> </head> <body> <p>This is 1</p> <p>This is 2</p> <p>This is 3</p> </body> </html> これを使えば動的に生み出したhtmlタグにも適用可能。 例2:動的に生み出した3番目のpを選択 <html> <head> <script type="text/javascript"
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く