Difference between revisions of "Team:Edouard"

Line 11: Line 11:
  
 
$(document).ready(function() {
 
$(document).ready(function() {
   $('#calendar').fullCalendar('gotoDate', 2015-06-10);
+
   $('#calendar').fullCalendar({
{
+
 
         events: [
 
         events: [
 
{
 
{
Line 49: Line 48:
 
},
 
},
 
],
 
],
 +
$('#calendar').fullCalendar('next');
 
   });
 
   });
 
});
 
});

Revision as of 17:25, 2 July 2015