Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例えば:
<ul id="list"> <li>Item1</li> <li>Item2</li> <li>Item3</li> </ul>
2番目のliを選択したい。たとえば jQuery を使用すると、次のようになります。
$("#list li[num='2']")......
明らかに「num=2」は本物ではありませんが、私が達成しようとしていることを理解していただければ幸いです。