Disable setting of focus for jQuery UI datepicker
set input to ReadOnly
<input type="text" id="datePicker" readonly>
If you make the input disabled the keyboard never pops up. Like...
<input type="text" id="date_picker_field" name="date" disabled/>