pyquery icon indicating copy to clipboard operation
pyquery copied to clipboard

:not(contains("text")) not working for me

Open dsadinoff opened this issue 3 years ago • 0 comments

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?

dsadinoff avatar Dec 28 '22 08:12 dsadinoff