| Issue 402: | jQuery 1.4.2 or jQuery UI 1.8 capability | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Has anyone tested fullCalendar with either of these releases. I want to use the new buttons add-on for JQ-UI but fullCalendar hangs up on the 1.8rc3 and 1.4.2 jQ. Any suggestions would be helpful, not sure why fullCalendar is hanging up because I know the jQ isn't much different from the 1.3.2 release.
Mar 15, 2010
Project Member
#1
adamrs...@gmail.com
Mar 16, 2010
Hello.
this is the json object from within the slicesegs function call
{"id":"2","title":"","start":"2010-03-05T08:00:00.000Z","_id":"2","_start":"2010-03-05T08:00:00.000Z","end":null,"_end":null,"allDay":true,"className":[]}
Mar 16, 2010
er, sorry! replied to the wrong post. Please ignore.
Mar 30, 2010
FullCalendar 1.4.5 works great with jQuery 1.4.2 and jQueryUI 1.8
Mar 30, 2010
(No comment was entered for this change.)
Status:
Done
Apr 22, 2010
I'm having some problems when using jQuery 1.4.2, at least as it is on Google's CDN. In particular, the eventDrop
callback isn't functioning the same way as when using jQuery 1.3.2. My event handler looks like this:
eventDrop:function(event,dayDelta,minDelta,allDay,ev,ui){
$.post('/callbacks/'+event.id+'.json', {
_method:'put',
callback_at:event.start
}, function(data, status, xhr){
//no op
}, 'json');
}
I've not been able to fully track down the bug, but one item of note: when I set a breakpoint on the $.post and try
to inspect the event using "event.start" at the console, the debugger drops down into jQuery and just hangs there;
maybe an API addition to jQuery 1.4.2?
Jun 18, 2010
Good! |
|
| ► Sign in to add a comment |