Changeset 16722 for schedule/Module/calendar.php
- Timestamp:
- 06/05/13 05:58:53 (12 years ago)
- File:
-
- 1 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 });
Note:
See TracChangeset
for help on using the changeset viewer.