I am having sporadic issues with fullCalendar and the click hook in Internet Explorer 9 (this is not an issue in FireFox, Chrome or Opera it seems).
I have a calendar events that have custom properties one being isPublished which can be changed on the fly so I can\'t set the editable value to false.I am wondering how to cause an event to revert to
Edit to add: Sorry, found the answer here: http://arshaw.com/fullcalendar/docs/text/timeFormat timeFormat: {
I am using fullCalendar and jquery.I have started by using the \"Dragging External Events onto the Calendar\" Demo.
As part of a development project using FullCalendar, I needed to be able to change the value of \"slotMinutes\" using a browser event (onClick).After a bit of struggle, I was able to find a way.
I\'m using FullCalendar\'s external drag and drop, with his code. http://arshaw.com/js/fullcalendar-1.5.2/demos/external-dragging.html
With the Fullcalendar plugin, is there any way to strike off completed task开发者_StackOverflow社区s (atleast using <strike> tag). I am taking the tasks out of my database and the results is pas
I\'m having trouble getting 开发者_如何学Pythonthis functionality to work. I would like for the user to be able to jump to the agendaDay view from the month view after selecting a date. Can anyone sug
I am new to jquery. I am using full calendar for showing events for a month. However I am unable to display current date above the calendar as shown in various example.
By default if you enable the \'selectable\' attribute it will allow you to click and drag and select several days. I would like to only allow the user to select开发者_StackOverflow中文版 a single day,