| Issue 1596: | FullCalendar breaks with jQuery 1.8.2 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
FullCalendar does not work with version 1.8.2 of jQuery. The issue is related to event resizing. See http://jsfiddle.net/5Bw9J/ Try the following: drag an event into calendar. Try to resize. Check browser console. The following error is logged: " Error: Syntax error, unrecognized expression: , " thanks
Aug 18, 2013
fixed in a recent release
Status:
Done
|
|
| ► Sign in to add a comment |
This should be fine if you modify the following lines of resizableSlotEvent() @@ function resizableSlotEvent(event, eventElement, timeElement) { replace the following: < handles: { < s: 'div.ui-resizable-s' < }, with the following: > handles: 's',