Posts by Fernando Raimundo • 21 points
2 posts
-
1
votes1
answer28
viewsQ: I created the function to create calendar and says it does not recognize as fullcalendar function
$(function() { // page is now ready, initialize the calendar... $('#calendar').fullCalendar({ eventColor: 'green', events:events, eventClick: function(calEvent, jsEvent,…
-
1
votes1
answer217
viewsQ: fullcalendar error that does not appear calendar when executing code
hello! I created full Calendar with Jscript, but when I am running the code, it appears an error that says full Callendar is not Function. as you can see in the code below var events = []; var…