$('document').ready(function() { //select the 'lorem ipsum' paragraph $loremIpsumP = $('#info > p'); //select all list items that are in the 'info' div $infoListItems = $('#info li'); });