How do i add jquery ui date picker, while already working with bootstrap library?

前端 未结 2 1828
我在风中等你
我在风中等你 2021-01-03 05:20

I\'m playing around with bootstrap and i was going to add a datepicker to the page using it, but without any success.. So i found the code for a datepicker, using query ui:

2条回答
  •  渐次进展
    2021-01-03 05:48

    I am using Bootstrap with Jquery UI datepicker, the problem must be the order in which you import things. Here my order:

    
    
    
    
    
    

提交回复
热议问题