Changes

Jump to navigation Jump to search

Category:Widgets

43 bytes added, 19:10, 25 October 2017
=== If you do not have JQueryUI ===
The widget will attempt to self load jqueryUI, if this is not working properly or causing problems conflicts you can add it to your page after the jquery script.
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
If you want to optimizethe loading sizes, it should be enough just to load the JQueryUI datepicker modules.
The widget can be forced to not attempt to load it's own JQueryUI by setting the following parameter.

Navigation menu