Changeset 17557 for schedule/js
- Timestamp:
- 02/15/14 14:22:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/js/function.js
r17552 r17557 5 5 Modified by: Ella Tose 6 6 Last Modified: Feb 14, 2014 7 */7 */ 8 8 9 9 … … 16 16 17 17 $('document').ready(function() { 18 19 /*--------------------------------------------------------------------------------------------- 20 Loading of previous data. Get the previous date with existing data through PreviousData.php 21 Same Shedule.ph passed to load on the controls with extra parameter 'prev' to indicate that 22 data is from previous schedule. 23 ----------------------------------------------------------------------------------------------*/ 24 18 25 $('#LoadPrev').click(function() { 19 26 $.ajax({ … … 28 35 }); 29 36 }); 37 38 /*--------------------------------------------------------------------------------------------- 39 Savng and updating of schedule. Data array is generated from the current table to be submitted 40 to saveSchedule.php for the execution of queries. 41 ----------------------------------------------------------------------------------------------*/ 30 42 31 43 $('#save').click(function(){
Note:
See TracChangeset
for help on using the changeset viewer.