Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
public
/
app-assets
/
js
/
scripts
/
Filename :
fullcalendar-script.min.js
back
Copy
$(function(){$("#external-events .fc-event").each(function(){$(this).data("event",{title:$.trim($(this).text()),stick:!0,color:"#00bcd4"}),$(this).draggable({zIndex:999,revert:!0,revertDuration:0})}),$("#calendar").fullCalendar({header:{left:"prev,next today",center:"title",right:"month,basicWeek,basicDay"},defaultDate:"2015-05-12",editable:!0,droppable:!0,eventLimit:!0,events:[{title:"All Day Event",start:"2015-05-01",color:"#9c27b0"},{title:"Long Event",start:"2015-05-07",end:"2015-05-10",color:"#e91e63"},{id:999,title:"Repeating Event",start:"2015-05-09T16:00:00",color:"#ff1744"},{id:999,title:"Repeating Event",start:"2015-05-16T16:00:00",color:"#aa00ff"},{title:"Conference",start:"2015-05-3",end:"2015-05-5",color:"#01579b"},{title:"Meeting",start:"2015-05-12T10:30:00",end:"2015-05-12T12:30:00",color:"#2196f3"},{title:"Lunch",start:"2015-05-12T12:00:00",color:"#ff5722"},{title:"Meeting",start:"2015-05-12T14:30:00",color:"#4caf50"},{title:"Happy Hour",start:"2015-05-12T17:30:00",color:"#03a9f4"},{title:"Dinner",start:"2015-05-12T20:00:00",color:"#009688"},{title:"Birthday Party",start:"2015-05-13T07:00:00",color:"#00bcd4"}]})});