Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Bootstrap-datepicker 中,每当我单击标题中的日历标题(2014 年 2 月)时,它都会带您进入“一年中的月份”视图模式。有没有办法在不编辑插件文件的情况下禁用查看其他视图模式或关闭链接的能力?
您可以在 bootstrap-datepicker 中搜索此代码:
case 'picker-switch': showMode(1); break;
并注释掉 showMode() 行。
如果您想为 bootstrap-datepicker 做出贡献,我想我很容易使这一行的执行依赖于自定义选项。