0
我正在尋找一種方法來實現一個jQuery UI,像一個完整日曆內的單個事件拖動句柄。全日曆拖動事件的句柄
用例是
$("#calendar").fullCalendar({
//the normal parameters here
eventsDragHandle: "someClass"
});
或
$("#calendar").fullCalendar({
//the normal parameters here
eventHasDragHandle: true
});
這樣的事件不會拖除非如果特定手柄向下鼠標下。
我試圖修改fullcalendar.js無濟於事,只有崩潰的JavaScript代碼。
感謝, 凱文