如何在开发工具中的所有 .css 文件中搜索某个类?
我试图使用 IE 的开发工具在加载的页面上找到 CSS 类定义。
当我使用 CSS 选项卡下的搜索框时,它似乎只搜索选定的 CSS 文件。
是否可以在页面加载的所有css文件中执行搜索?
I am trying to find a CSS class definiton on the loaded page by using the Developer Tools of IE.
When I use the search box under CSS tab it seems it only searches the selected CSS file.
Is it possible to perform a search among all css files loaded by the page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好的,我尝试过,但无法使用 IE 的开发人员工具栏执行您所要求的操作。正如 @Spudley 所说,Firebug 做到了。
Ok I tried and couldn't do what you're asking for with IE's developer toolbar. as @Spudley said though, Firebug does it.
我们的 WordPress 网站也遇到了类似的问题(即无法一次搜索所有 CSS/PHP/JS 文件)。作为解决方案,我们创建了一个插件来帮助我们做到这一点。如果这个问题与 WordPress 网站相关,该插件可能会有所帮助 - 您可以直接在 WordPress 中搜索并编辑,而不是在 Firebug 中搜索然后跳回 WordPress。插件名为 WP 后端文件搜索
We ran into a similar issue with our WordPress sites (i.e. not being able to search all CSS/PHP/JS files at once). As a solve, we created a plugin to allow us to do just that. If this question is related to a WordPress site, the plugin might help - rather than searching in Firebug and then having to jump back onto WordPress, you can search all and edit directly in WordPress. Plugin is called WP Backend File Search