[jQuery] Opposite of .contains() ?

[jQuery] Opposite of .contains() ?


Hi,
I'm trying to select elements that do not contain certain text.
In effect, the opposite of .contains().
e.g.

1:

1:

2:

3:

4:


How can I select all

s without a 1 in the text?
like... $("p").doesNotContain("1")
Various attempts with not: and filter() have failed...
Thanks,
SEAN
________________
www.sean-o.com
--
View this message in context: http://www.nabble.com/Opposite-of-.contains%28%29---tp14758914s27240p14758914.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.