Ok I\'m using the jQuery Mobile Framework and adding the Experimental Date Picker but I encounter two results. Following the instructions on the page, this is what I have so far
I got it working. I asked this question: jQuery Mobile -> Override jQuery UI Datepicker -> Layout broken
It is experimental, but it works. You should not use this
$('.hasDatepicker').show('fast');
You should add for each datepicker on one site a unique id
and then write:
$('#uniqueId').show('fast');
I add the IDs inside of the JavaScript file of the datepicker.