themouette/jquery-week-calendar

jQuery draggable doesn't work

Opened this issue · 3 comments

Hi,

I cannot drag and drop events with the latest jquery library included.
How can I debug / fix this?

Everything that is included:

<script src="../_lib/_scripts/jquery.min.js"></script>
    <script src="../_lib/_scripts/jquery.mobile-1.4.3/jquery.mobile-1.4.3.min.js"></script>
    <script src="../_lib/_scripts/jquery-ui-1.11.1/jquery-ui.min.js"></script>
    <!--<script src="../_lib/_scripts/jquery-ui-touch-punch-master/jquery.ui.touch-punch.min.js"></script>-->

    <script src="../_lib/_scripts/notificationcenter-master/js/jquery.moment.js"></script>
    <script src="../_lib/_scripts/notificationcenter-master/js/jquery.livestamp.js"></script>
    <script src="../_lib/_scripts/notificationcenter-master/js/jquery.notificationcenter.js"></script>
    <script src="../_lib/_scripts/notificationcenter-master/js/jquery.timer.js"></script>
    <script src="../_lib/_scripts/css_browser_selector.js"></script>
    <script src="scripts/notif.js"></script>

    <script type="text/javascript" src="../_lib/_scripts/jquery-ui-i18n.js"></script>
    <script src="../_lib/_scripts/contextmenu/jquery.contextMenu.js" type="text/javascript"></script>
    <script type="text/javascript" src="../_lib/_scripts/date.js"></script>
    <script type="text/javascript" src="scripts/agenda.js"></script>
    <script type="text/javascript" src="../_lib/_scripts/jquery weekcalendar/jquery.weekcalendar.js"></script>

    <link rel="stylesheet" type="text/css" href="../_lib/_scripts/css/smoothness/jquery-ui-1.8.11.custom.css" />
    <link rel="stylesheet" type="text/css" href="../_lib/_scripts/jquery weekcalendar/jquery.weekcalendar.css" />
    <link rel="stylesheet" type="text/css" href="../_lib/_scripts/jquery weekcalendar/skins/default.css" />
    <link rel="stylesheet" type="text/css" href="../_lib/_scripts/jquery weekcalendar/skins/gcalendar.css" />
    <link media="all" href="../_lib/_scripts/contextmenu/jquery.contextMenu.css" type="text/css" rel="stylesheet">

eventDrag function is not called also...

I have the same problem..

This is a very old plugin (last commit on Jul 23, 2012). It has not changed from 2012 but jQuery UI has.

If You look at one of the "freshness" evonove fork you will see that They start new project planner.js.

Or alternative You can use this fork where @BenBach are contributing.