| Issue 1406: | Uncaught TypeError: Object has no method 'draggable' fullclaendar.js:2679 | |
| 2 people starred this issue and may be notified of changes. | Back to list |
I've all the dependencies included like
jquery, jquery-ui, jquerytools etc.
still the fullcalendar code is producing error in browser log -
(chrome 18.0.1025)
Uncaught TypeError: Object [object Object] has no method 'draggable'
draggableDayEvent fullcalendar.js:2679
bindDaySeg fullcalendar.js:2661
i fullcalendar.js:1716
f.event.dispatch jquery.tools.min.js:37
f.event.add.h.handle.i jquery.tools.min.js:37
(firefox)
eventElement.draggable is not a function
stop: function(ev, ui) { fullcalendar.js (line 2703)
please help.
I am unable to drag the events despite setting editable:true in the options.
thanks
May 31, 2013
Hello, Also got this error and cannot drag events. Uncaught TypeError: Object [object Object] has no method 'draggable' Cannot edit events also.
Jul 5, 2013
I am also getting this error...
Jul 5, 2013
I just realized that I didn't include the jquery-ui file, including it solved the issue.
Aug 15, 2013
(No comment was entered for this change.)
Status:
Invalid
|
|
| ► Sign in to add a comment |
Any word on this? I am getting this error as well. TypeError: eventElement.draggable is not a function stop: function(ev, ui) { fullcalendar.js (line 4019)