jQuery UI Datepicker buttonImage 选项
jQuery UI 由使用 jQuery、CSS 和 HTML 实现的 GUI 小部件、视觉效果和主题组成。 jQuery UI 非常适合为网页构建 UI 界面。 jQuery UI Datepicker buttonImage 选项用于设置弹出按钮图像的 URL。如果我们设置按钮图像,那么它将显示它,否则显示替代文本。
句法:
$( ".selector" ).datepicker({
buttonImage: "datepicker.png"
});
CDN 链接:首先,添加项目所需的 jQuery UI 脚本。
例子:
HTML
GeeksforGeeks
jQuery UI datepicker buttonImage Option
Enter Date:
输出:
参考: https://api.jqueryui.com/datepicker/#option-buttonImage