What is the correct way to check how many paragraphs exist on a page using jQuery?
$('*').find('p')
$('p').count()
$('p').length()
$('p').length