themouette / jquery-week-calendar

A weekly calendar plugin based on jquery and jquery-ui
http://groups.google.com/group/jquery-week-calendar
720 stars 253 forks source link

jQuery draggable doesn't work #187

Open mn1aC opened 10 years ago

mn1aC commented 10 years ago

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 commented 10 years ago

eventDrag function is not called also...

BenBach commented 10 years ago

I have the same problem..

teklakct commented 9 years ago

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.