标签: javascript html5 modernizr yepnope
如何为type="Date"的HTML输入字段提供通用的, 不显眼的 填充或回退机制?
type="Date"
答案 0 :(得分:0)
number polyfills有available,你只需要在yepnope语句中将其添加为nope值
nope
yepnope({ test : Modernizr.inputtypes.date, nope : ['polyfill.js''] });