Jquery Mobile and jquery ui datepicker

Jquery Mobile and jquery ui datepicker

Hello,

I am using jQuery Mobile 1.3.1 with jquery 1.9.1 and jquery ui 1.10.3. 

I am using a multi-page template for the application.

On the index page I am loading the required JQM css and script files. Infact all my html pages have the same script and css files loaded. On a certain page I want to display a datepicker, so, on that page I load the jquery ui css and script files along with the JQM files. The datepicker shows up only when I give data-ajax="false" on the anchor tag the loades this page. If data-ajax="false" is not given the datepicker shows up only on page refresh. 

On the mobile devices, this method takes a long time to load the page with the datepicker.

Is there another method to get the jquery ui datepicker showing up without any delay ?

Kindly help me with this issue.

Thank you.