jQuery UI datepicker will not display - full code included

前端 未结 4 1230
我在风中等你
我在风中等你 2021-01-12 02:35

I am having trouble displaying the jQuery datepicker as shown here: http://jqueryui.com/demos/datepicker/

I believe I downloaded all of the proper files, but to be c

4条回答
  •  春和景丽
    2021-01-12 03:34

    If you look carefully at the source code of jQuery UI lib you can see that it uses hasDatepicker class inside for datepicker. So, use any other class (even hasdatepicker works) but not hasDatepicker:

    
    

    or:

    
    

提交回复
热议问题