确定需要哪些 JavaScript/CSS 浏览器功能
我的网站使用了多种技术,例如 JQuery、新的 CSS 定义(例如 moz-selection、-webkit-user-select)等。
该网站与 Google Chrome 和 Safari 完美配合,但在 Firefox、IE 中有些奇怪,以及其他一些浏览器。
我想编写一个脚本来检查必要的浏览器功能,但是由于有数千行代码和 CSS 定义,我不确定应该寻找哪些功能。
是否有某种在线分析(类似于 JSLint 的操作方式)可以告诉我我的脚本和 CSS 文件需要哪些功能?有提供此信息的工具(如 FireBug)吗?
My website uses a variety of technologies, such as JQuery, new CSS definitions (e.g., moz-selection, -webkit-user-select), etc.
The site works perfectly with Google Chrome and Safari, but has some quirkiness in Firefox, IE, and some of the other browsers.
I want to write a script to check for necessary browser features but, with several thousand lines of code and CSS definitions, I'm not certain which features I should be looking for.
Is there some sort of online analysis (similar to how JSLint operates) that would tell me which features my script and CSS files need? Are there tools (like FireBug) that provide this info?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为我们永远找不到那个精彩的剧本。
作为替代方案 Modernizr 和 IE7 JS 目前可能可以满足您的大部分需求。
I don't think ull ever find that fabulous script.
As an alternative Modernizr and IE7 JS will probably satisfy most of your needs for now.