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.
このセレクターを最適化するにはどうすればよいですか。
$(".testClass div#testID:eq(0)")
特定のIDを持つことができる要素は1つだけなので、次のようにします。
$("#testID")
非常に最適化されたバージョン: