Multiple Calendars Displayed or Value Selected not displaying correctly

后端 未结 1 1689
囚心锁ツ
囚心锁ツ 2021-01-23 15:38

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

1条回答
  •  再見小時候
    2021-01-23 16:26

    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.

    0 讨论(0)
提交回复
热议问题