jQuery Datepicker close datepicker after selected date

后端 未结 5 1981
难免孤独
难免孤独 2020-12-24 01:34

HTML:

5条回答
  •  时光取名叫无心
    2020-12-24 02:01

    EASY FIX

    The easiest way to fix this is to go into the bootstrap.js file and change "autoclose:false;" to "autoclose:true;" it should be located somewhere around the lines 1400-1500 in the code. You will also find all the other datepicker default settings in the same location.

提交回复
热议问题