我正在使用HTML5 <input type="date" />,它在Chrome中运行良好,我可以通过日历弹出窗口选择日期.
<input type="date" />
但在Firefox中,它就像一个文本框,没有日历弹出.
经过一些研究后,我看到很少使用webshims,modenizr等解决方案...但我不想使用jQuery.
有替代方案吗?如何让它在Firefox中运行?
html javascript firefox html5 feature-detection
feature-detection ×1
firefox ×1
html ×1
html5 ×1
javascript ×1