| Issue 2526: | Full Calender - Events duplicate after ajax call. |
‹ Prev
320 of 320
|
| 1 person starred this issue and may be notified of changes. | Back to list |
I am using a json event source for my calendar. Each time after ajax call when navigating among weeks or days or months events binding multiple times.
i am using below code in ajax
var events = {
url: "/Appointment/BookAppointment/",
type: 'POST',
data: {
room: roomid, doctor: doctorid, Appdate: appDate, AppEndDate: appEndDateTime, ID: 0, WalkIn: walkin
}
}
// $('#calendar').fullCalendar('removeEventSource', events);
$('#calendar').fullCalendar('removeEvents');
$('#calendar').fullCalendar('addEventSource', events);
Please help me.
I am using fullcalender2.0.2.
Thank You,
Ram.
Aug 2, 2015
Project Member
#1
adamrs...@gmail.com
Status:
Invalid
|
|
| ► Sign in to add a comment |