Fullcalendar is a jquery schedule management control that provides a rich set of property settings and method calls, the Http://fullcalendar.io/download download address, and the latest version is 2.3.2.
Just call $ (' #calendar '). Fullcalendar (options) to initialize, the events, Eventsources, select, and Eventclick in the initialization configuration must be set.
Events and eventsources are data source configuration items that store array objects, can be arrays/functions/urls, click Details. Such as
[JavaScript]View Plain copy $ (' #calendar '). Fullcalendar ({events: {URL: ' http://< data source path > ', type: ' pos T '}});
Eventsources is similar to events, but eventsources for multiple data sources, the events array, click Details. Such as
[JavaScript]View Plain copy $ (' #calendar '). Fullcalendar ({eventsources: ['/feed1.php ', '/feed2.php ') ] });
Select is a time period selection event that is triggered when a time period is selected to create a new schedule and click Details.
Eventclick is the schedule click event, when a schedule is clicked to trigger, the user views or updates the schedule, click Details.
[HTML] View Plain copy <! doctype html public "-//w3c//dtd html 4.01 transitional//en" "http:// Www.w3.org/TR/html4/loose.dtd ">