Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是如何在 jquery datepicker 中允许字母输入。我想允许用户输入字母输入(可以是没有限制的任何内容)和日期选择器选择选项。感谢您的任何建议。
尝试这个
$('#date').datepicker({ constrainInput: false });