Reputation: 5235
In jQuery it's possible to select all elements that start/end with "something".
= is exactly equal
!= is not equal
^= starts with
$= ends with
Is it possible to select all elements that don't start/end with "something"?
Upvotes: 7
Views: 1330