Calendar not loading when Loading jQuery lib
-
Hey,
The calendar stops working (keeps loading) as soon as I want to load the jQuery and jQuery UI libs:
<script src=”https://code.jquery.com/jquery-3.2.1.js”></script>
<script src=”https://code.jquery.com/ui/1.12.1/jquery-ui.js”></script>As soon as I remove these, the calendar loads normally. I tried loading the libs and the footer or with the defer tag, but the problems persists.
I also turned off the frontend loading of bootstrap and js with the plugin options, but still the same. I also checked for JS errors, and there’s a lot of warnings there but only one or two errors, not sure if any of hem has to do with this problem.
The calendar probably uses jQuery too, but when i don’t load the libs myself, the other objects using jQuery don’t work.
I really hope someone has a solution, i’m on a tight deadline :/
Thanks!
The page I need help with: [log in to see the link]
- The topic ‘Calendar not loading when Loading jQuery lib’ is closed to new replies.