Issue 1596: FullCalendar breaks with jQuery 1.8.2
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by maildelg...@gmail.com, Nov 6, 2012
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
Jan 31, 2013
#1 perrytsm...@gmail.com
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',
Aug 18, 2013
Project Member #2 adamrs...@gmail.com
fixed in a recent release
Status: Done