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.
在我的日期选择器中,我使用一些颜色来显示日期已被占用或不可用。我想在日期选择器的月份下方但在弹出窗口中显示颜色的解释。有没有办法在日期选择器的弹出窗口下方放置一个 div?日期/飞蛾会向上移动一点,但我可以解释我的颜色....
我还没有尝试过,但也许你可以使用 jquery 并做这样的事情......
$('div#ui-datepicker-div').append('<div>my legend html</div>')
显然,您还需要对其进行样式化。