我正在使用带有一系列输入字段的jQuery datepicker,并希望将datepicker附加到包含输入字段的div而不是添加到datepickers呈现的body元素上.
有没有一种简单的方法来实现这一目标?谢谢!
Display the datepicker embedded in the page instead of in an overlay. Simply call .datepicker() on a div instead of an input.
https://jqueryui.com/datepicker/#inline