//assign $contentDiv to the jQuery object //containing the div with id contentDiv $contentDiv = $('#contentDiv'); //assign $entryBox to the jQuery object //containing the textbox with id entryBox $entryBox = $('#entryBox');