如何使用 IE 开发人员工具检查动态创建的 DOM 上的元素
我有一个仅在 IE 中遇到的错误。我想使用 IE 开发人员工具栏检查 DOM,但不幸的是似乎无法做到这一点,因为完整的 DOM 是动态生成的。有人知道如何克服这个问题吗?
I have a bug that I experience only in IE. I would like to inspect DOM by using IE developers toolbar, but unfortunately cannot seem to do it as complete DOM is generated dynamically. Does anybody have an idea how to overcome this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
软盘图标右侧的工具栏中有一个重新加载按钮。打这个也有效。
There is a reload button in the toolbar to the right of the floppy disc icon. Hitting this also works.
一旦动态生成该 div,就可以检查它。回答它,因为它似乎对你有用......:)
Once that div is generated dynamically, then inspect it. Answered it as it seemed to work for you... :)
页面完全加载后,单击 F12,然后再次重新加载页面,然后在开发人员工具栏上单击“刷新”按钮,该按钮位于开发人员工具栏中的“保存”按钮旁边。之后单击检查元素的箭头。
once page is completely loaded then click F12, after that reload page again and then on developer toolbar click REFRESH button which is available to exactly next to save button in developer tool bar. After that click the arrow for inspect element.
或者,确保检查器窗格处于活动状态,然后按 F5 键。
Alternatively, make sure Inspector pane is active then hit F5 key.