pav
9/9/2013 - 6:16 PM

select_all_of_a_specific_id

//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');