标签: jquery jquery-ui-datepicker
如何仅通过单击输入字段来限制Datepicker关闭?
答案 0 :(得分:1)
假设它是UI datepicker插件
见这里:http://forum.jquery.com/topic/jquery-datepicker-plugin-how-to-prevent-the-datepicker-calendar-popup-from-closing
在这里:jQuery Datepicker: Prevent closing picker when clicking a date
答案 1 :(得分:1)
只需覆盖_checkExternalClick函数,如下所示:
jQuery.datepicker._checkExternalClick = function() {};