('div').each(function () { var result = true; $('p').each(function () { result = false; return false; }) if (!result) { return false; } })