diff --git a/input.php b/input.php --- a/input.php +++ b/input.php @@ -102,6 +102,7 @@ if (!empty($_REQUEST['selectschool']) Class ID Section + Prof Start Time End Time M diff --git a/scripts/scheduleInput.js b/scripts/scheduleInput.js --- a/scripts/scheduleInput.js +++ b/scripts/scheduleInput.js @@ -80,7 +80,7 @@ var sectionsOfClass = new Array(); var result = ''; result = result + ''; - + result = result + ''; result = result + '
'); + jQuery('#jsrows').append('
'); jQuery('.className' + classNum).autocomplete({ source: "auto.php", });