What does == $0 mean in the DOM view in developer tools? [duplicate]

狂风中的少年 提交于 2021-01-29 04:50:19

问题


When I'm in Developer Tools and select an html-element, it puts '== $0' behind it like this:.

What does this mean?


回答1:


It means that you can write $0 in the developer console to get the active DOM element. You can see the image I have provided.

[Picture of example[1]



来源:https://stackoverflow.com/questions/40605409/what-does-0-mean-in-the-dom-view-in-developer-tools

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!