| Issue 1023: | Events not showing in calendar | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Hi, i'm using Full calendar 1.5.1 version. still i'm noit able to see events.
using this line
events: "JsonResponse.ashx", wo'nt show the events.
When i hardcoded like belwo. itwill shows the events.
events: [
{ id: '2',
title: 'Event 1',
start: 1311964200,
end: 1311964200,
allDay: true,
description: 'Test'
}
],
Please let me know what should i do?
Jul 11, 2011
#1
viczy...@gmail.com
Jul 11, 2011
I have reverted to jQuery v1.3.2 and the events from the ashx are being displayed. Guess something broke when the guys improved the jQuery framework.
Jul 12, 2011
Hi All, i have update the j query version to 1.6.2. and all issues resolved.
Jul 18, 2011
I tried using both version 1.3.2 and 1.6.2 of jQuery but am still running into this issue. Which versions of jQuery-ui allowed you to get this working?
Jul 18, 2011
I'm using JS/jquery-1.6.1.min.js & jquery-ui-1.8.13.custom.min.js and it's working fine with all browser.
Jul 19, 2011
hmm i dont know whats going on but this doesnt sound like a fullcalendar issue. maybe related to the way jquery started putting more restrictions on valid json syntax (since 1.4)?
Status:
Done
|
|
| ► Sign in to add a comment |