Changeset 17557 for schedule/js


Ignore:
Timestamp:
02/15/14 14:22:46 (11 years ago)
Author:
tose
Message:
Removed unnecessary functions and included comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/js/function.js

    r17552 r17557  
    55 Modified by: Ella Tose
    66 Last Modified: Feb 14, 2014
    7 */
     7 */
    88
    99
     
    1616
    1717$('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
    1825$('#LoadPrev').click(function() {
    1926    $.ajax({
     
    2835    });
    2936});
     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 ----------------------------------------------------------------------------------------------*/
    3042
    3143$('#save').click(function(){
Note: See TracChangeset for help on using the changeset viewer.