| Issue 1187: | jquery 1.6.4. json not displaed events | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I use:
jquery-1.6.4.min.js
jquery-ui-1.8.16.custom.min.js
FullCalendar v1.5.2
...
events: "Handlers / CalendarResponse.ashx"
...
not displaed events.
...
events: [{id: '1 ', title:' ewrw5555 ', start: 1320098400, end: 1320098400, allDay: true, frequency: 0, description:' wer '}, {id: '2', title: '111 ', start: 1320789600, end: 1320789600, allDay: true, frequency: 0, description:''}]
...
It works.
BUT
if I use
jquery-1.3.2.min.js
...
events: "Handlers / CalendarResponse.ashx"
...
It Works
Sep 13, 2012
#1
realizza...@gmail.com
Aug 14, 2013
this is related to the newer versions of jQuery only allowing strict json
Status:
WontFix
|
|
| ► Sign in to add a comment |