I want to write a jQuery selector which matches a set of div nodes (the bold line below):
- all
divnodes where class =.link- who contains a
divnode where class =.entry- who contains a
pnode where class =.title- who contains an
anode where href starts withhttp://i.imgur.com/
- who contains an
- who contains a
- who contains a
(Click image below for full size. To test stuff out, visit http://reddit.com and use Firebug (jQuery is loaded)):

EDIT: It is actually
:hasnot:contains(just saw undefined’s answer)