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.
4枚の画像がある場合
<img src="img/tracker/"/> <img src="img/tracked/"/> <img src="img/tracking/"/> <img src="img/track/"/>
src を使用して最後の 3 つの画像を選択するにはどうすればよいですか?$(img:not([src*="/tracker/"]))
$(img:not([src*="/tracker/"]))
$('img:not([src*="/tracker/"])')...
ライブデモ