jquery-week-calendar icon indicating copy to clipboard operation
jquery-week-calendar copied to clipboard

jQuery draggable doesn't work

Open mn1aC opened this issue 10 years ago • 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.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">

mn1aC avatar Aug 17 '14 18:08 mn1aC

eventDrag function is not called also...

mn1aC avatar Aug 17 '14 18:08 mn1aC

I have the same problem..

BenBach avatar Aug 18 '14 09:08 BenBach

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.

teklakct avatar Sep 15 '14 18:09 teklakct