FullCalendar dayClick not working (does nothing)
问题 I am trying to get the 'dayClick' function to work on FullCalendar, but when I press on any empty day, nothing happens. I have searched all over SO and cannot find any solutions or figure out what's going on. Here is my code: $(document).ready(function () { $('#calendar').fullCalendar({ header: { left: 'title', center: '', right: 'prev,next today' }, defaultView: 'month', weekends: false, editable: false, selectable: true, events: "/Home/GetEvents/", eventClick: function (calEvent, jsEvent,