I am fairly certain that this is a bug. Once I call remove \"removeEvents\", no subsequent adds (\"renderEvent\") work, and the ones that do act like they have no \"stickiness\".
I am u开发者_运维技巧sing a jquery calendar called fullcalendar. When a user clicks a day they are sent to another page to create an event for that day. The date that was clicked is supplied as date.
I\'m using fullcalendar to show events to be filled. In my team, I have 2 people. Mike and Claire. I\'m the Boss.
Using fullcalendar with jQuery: I create an event selection with... $(\'#calendar\').fullCalendar(\'select\',startDate,endDate,false);
I want to add some Events after the fullCalendar object is create... I\'m working with PHP and JavaScript.
How can I change the event background color while on rendering events on calendar. How can I change specific event background color in javascript, 开发者_开发知识库I have assigned the event with id.wo
When I resize t开发者_如何学JAVAhe Event in fullcalendar\'s day view, It allow me to resize it with the difference of 30 minutes time slot. I want to reduce the period of time slot from 30 to 10 or 5.
I want to check my jquery syntax somewhere. where i can check it ? I am getting syntax error in my script
I have a calendar set up and when viewing the month view I want to display the events which have been created by their ID and not the time they are due to start.
I\'ve tried to load events from a json feed in asp: example taken from here The problem is that the webservice function, which is in a .aspx page, is never called. Firebug says it\'s all ok...