📜  jQuery UI 日期选择器 selectOtherMonths 选项

📅  最后修改于: 2022-05-13 01:55:58.747000             🧑  作者: Mango

jQuery UI 日期选择器 selectOtherMonths 选项

jQuery UI 由使用 jQuery、CSS 和 HTML 实现的 GUI 小部件、视觉效果和主题组成。 jQuery UI 非常适合为网页构建 UI 界面。 jQuery UI datepicker selectOtherMonths选项用于检查当前月份之前或之后显示的其他月份中的天数是否可选。如果设置为true ,则显示 showOtherMonths选项。

句法:

$( ".selector" ).datepicker({
  selectOtherMonths: Boolean
});

CDN 链接:首先,添加项目所需的 jQuery UI 脚本。

例子:

HTML


  

    
    
    
    
  
    

  

    

GeeksforGeeks

    

jQuery UI datepicker selectOtherMonths Option

       
Enter Date:
  


输出:

选择其他月份

参考: https://api.jqueryui.com/datepicker/#option-selectOtherMonths