📜  jQuery UI Datepicker showOtherMonths 选项

📅  最后修改于: 2021-11-08 05:44:22             🧑  作者: Mango

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/