jquery get all paragraphs

JavaScript
//Get all Paragraphs in the DOM using Jquery
$('p')
Source

Also in JavaScript: