标签: javascript jquery fullcalendar
根据https://fullcalendar.io/releases/fullcalendar/3.9.0/demos/external-dragging.html此处的示例,我们可以阻止输入其他月份的事件(上个月和下个月)吗?
该如何解决?
eventAfterRender:function(event,element,views){ return false; }