// This is the wrapper you place all your code in. It runs the code when the document is loaded.
$("document").ready(function(){
$("p");
});