Here's the code that is generated by default
<div id="ui-datepicker-div" class="ui-datepicker
ui-widget ui-widget-content ui-helper- clearfix ui-corner-all
ui-datepicker-multi ui-datepicker-multi-2" style="width: 34em;
position: absolute; left: 349px; top: 453px; z-index: 1; display: block; ">
The problem with this is that the datepicker is shown right next to the trigger input, instead of the center which is where i want it.
You can see the demo site here: http://enniakiosk.spin-demo.com/travelers.php
Does anyone know how to center the .ui-datepicker
class using javascript? CSS Won't work, obviously.