while `pq(url)('a:contains("text")')` works fine, `pq(url)('a:not(:contains("text"))')` does not, although it's valid jQuery. should it? If it shouldn't I would suggest that it ought to be documented, no?
while
pq(url)('a:contains("text")')works fine,
pq(url)('a:not(:contains("text"))')does not, although it's valid jQuery.
should it?
If it shouldn't I would suggest that it ought to be documented, no?