jQuery UI 由使用 jQuery、CSS 和 HTML 实现的 GUI 小部件、视觉效果和主题组成。 jQuery UI 非常适合为网页构建 UI 界面。 jQuery UI Datepicker 允许用户轻松直观地输入日期。在本文中,我们将看到如何在Datepicker中使用 showOtherMonths 选项。 showOtherMonths选项如果设置为 true,其他月份将显示在 jQuery UI Datepicker 中。
句法:
$(".selector").datepicker(
{showOtherMonths : true}
);
方法:
- 首先,添加项目所需的 jQuery UI 脚本。
例子:
HTML
输出:
参考: https://api.jqueryui.com/datepicker/