Reputation: 3393
If i have the 4 images
<img src="img/tracker/"/>
<img src="img/tracked/"/>
<img src="img/tracking/"/>
<img src="img/track/"/>
how can i select the last 3 images by using src does not contain I have tried $(img:not([src*="/tracker/"]))
Upvotes: 4
Views: 1139