I have fullcalendar working fine loading data using json from a flatfile(s).
I would like to load each months data from that months file on clicking prev/next.
Using ajax? events: function( start, end, callback ) addEventSource - removeEventSource? other?
Allow that jQuery is still a work in progress for me.
UPDATE: I have set: viewDisplay: function(view) { var next = view.title; alert(next); }, which gives me Month Year on clicking next/prev How to parse this to json-events.php
I tried [split next] events: "json-events.php?month=month", nope...