Removes all elements that match "div p.selected" from the total set of all paragraphs.
$("p").not($("div p.selected"))