create event when click next month
问题 I'm using "fullcalendar" script - https://fullcalendar.io/ in order to display tours on calendar how do i use ajax in order to pull tours data from db about the current/next/previous month. I just need the code that get the choosen month date (by the user) and run the ajax <div id="calendar"></div> <script> $(document).ready(function() { var initialLocaleCode = 'en'; $('#calendar').fullCalendar({ header: { left: 'prev,next today', center: 'title', right: 'month,agendaWeek,agendaDay,listMonth'