0
I do not know if it is possible, but I am working on Fullcalendar. I have already managed to register and change the date using the eventDrop, So far all right, but next to the calendar, I created an area where shows the last 05 registered events. I wonder if it is possible to make, when dragging an event to another date, automatically update the div where I bring from the database the last 05 events.
I know that using the setInterval() this becomes possible, but my concern is that, as far as I know, setInterval() ends up requiring the server, so it is possible to activate the setInterval() div only when the date is changed?
Perfect. Thank you very much Marcelo.
– user24136