确定需要哪些 JavaScript/CSS 浏览器功能

发布于 2024-09-04 02:47:05 字数 293 浏览 2 评论 0原文

我的网站使用了多种技术,例如 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

写下不归期 2024-09-11 02:47:05

我认为我们永远找不到那个精彩的剧本。
作为替代方案 ModernizrIE7 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文