Changeset 16250 for schedule/Module/calendar.php
- Timestamp:
- 05/25/13 05:23:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16249 r16250 280 280 var options = { 281 281 chart: { 282 renderTo: ' Graph' /* display to div Graph*/282 renderTo: 'container' /* display to div Graph*/ 283 283 284 284 }, … … 315 315 } 316 316 }; 317 317 $('#container').load("chart.php"); 318 $('#Graph').fadeOut(); 318 319 } 319 320
Note:
See TracChangeset
for help on using the changeset viewer.