Changeset 16722
- Timestamp:
- 06/05/13 05:58:53 (11 years ago)
- Location:
- schedule
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16702 r16722 104 104 year =this.selection.print("%Y").join("\n"); 105 105 GetData(); 106 107 108 //alert(year+'-'+month+'-'+day); 109 window.location = 'index.php?days='+year+'-'+month+'-'+day; 110 //$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day}); 111 $.get("function/function.php", {day:year+'-'+month+'-'+day}); 112 113 106 114 //GetDate(); 107 115 116 108 117 109 118 }); -
schedule/js/chart.js
r16720 r16722 11 11 } 12 12 } 13 /*function getDate(day){14 15 var days = day;16 return days;17 }*/18 13 19 14 function GetXMLData(index, source) … … 38 33 displayXMLData(dataSource, source); //this will be called when the last data from the list is read 39 34 //$('#data').append('successfully load'+source +""+dataSource); 40 35 41 36 } 42 37 }
Note:
See TracChangeset
for help on using the changeset viewer.