在 Modernizr 2.0 beta 中检测 @media 查询支持
Modernizr 2.0 beta 是否有办法检测浏览器对 @media 查询的支持?
在 Modernizr 1.7 中,您可以使用 Modernizr.mq('(min-width)')
进行测试,但新版本中似乎缺少该功能。有等价的吗?
Does Modernizr 2.0 beta have a way to detect browser support for @media queries?
In Modernizr 1.7 you could test using Modernizr.mq('(min-width)')
, but that feature seems to be missing in the new version. Is there an equavilant?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是最近为 1.8pre 版本添加的。在 https://github.com/Modernizr/Modernizr 获取 mq() 方法的 master 分支
That was added recently for the 1.8pre builds. Grab the master branch at https://github.com/Modernizr/Modernizr for the mq() method