简体   繁体   English

输入类型日期,时间在Chrome浏览器以外的其他浏览器上不起作用

[英]Input type date ,time not working on other browsers except Chrome

Input type date or time not working firefox or other browsers except crome. 输入类型的日期或时间无法正常使用Firefox或crome以外的其他浏览器。 Is there any way to use input type date or time in other browsers. 有什么方法可以在其他浏览器中使用输入类型的日期或时间。

You can use the jQuery UI Datepicker. 您可以使用jQuery UI Datepicker。 http://jqueryui.com/datepicker/ . http://jqueryui.com/datepicker/ It supports the major browsers. 它支持主要的浏览器。

It's known issue for fire fox check out this HTML5 input types, many have yet to be implemented in both firefox 狐狸检查出此HTML5输入类型是一个已知的问题, 在两个Firefox中都尚未实现

If the browser does not support the HTML5 features you want to use, try Modernizr . 如果浏览器不支持您要使用的HTML5功能,请尝试Modernizr It uses Javascript to enhance support. 它使用Javascript来增强支持。 It's documentation has information about input types . 它的文档包含有关输入类型的信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 window.getComputedStyle不适用于除Chrome之外的其他浏览器的速记属性 - window.getComputedStyle not working for shorthand properties in other browsers except Chrome .keypress在浏览器中不起作用(Chrome浏览器除外) - .keypress not working in browsers (except chrome) 更改输入类型不适用于 Google Chrome 和 Safari 浏览器 - Change of input type is not working on Google Chrome and Safari browsers jQuery的scrolltotop无法在Chrome浏览器中工作? - jquery scrolltotop not working in browsers except chrome? 画布可以在除Chrome之外的所有浏览器中正常运行 - Canvas Working Fine In All Browsers Except Chrome createRange函数在IE以外的其他浏览器中不起作用 - createRange function is not working in other browsers except IE AngularJs应用程序不在chrome中工作,但在其他浏览器中工作 - AngularJs application not working in chrome but working in other browsers Mozilla Firefox或Chrome以外的其他浏览器的缩放动画 - Zoom animation for Mozilla Firefox or other browsers except Chrome 如何为Chrome浏览器以外的其他浏览器隐藏我的页面 - How to hide my page for other browsers except for chrome setInterval在Chrome中只能运行一次,但在其他浏览器中可以正常运行 - setInterval is working once in Chrome but fine in other browsers
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM