jQuery UI 由使用 jQuery、CSS 和 HTML 实现的 GUI 小部件、视觉效果和主题组成。 jQuery UI 非常适合为网页构建 UI 界面。如果设置为 true,jQuery UI Datepicker gotoCurrent Option 用于将当前日期链接移动到当前选定的日期而不是今天。
句法:
$( ".selector" ).datepicker({
gotoCurrent: true
});
CDN 链接:首先,添加项目所需的 jQuery UI 脚本。
例子:
HTML
GeeksforGeeks
jQuery UI Datepicker gotoCurrent Option
Enter Date:
输出:
参考: https://api.jqueryui.com/datepicker/#option-gotoCurrent