JQuery JavaScript Tutorial

$("p").filter( function(index) {
   return $("ol", this).length == 0;
 });