Does anyone know a DOM inspector javascript library or plugin?

前端 未结 11 1688
你的背包
你的背包 2020-12-14 03:54

Does anyone know of a DOM inspector javascript library or plugin?

I want to use this code inside a website I am creating, I searched a lot but didn\'t find what I wa

11条回答
  •  遥遥无期
    2020-12-14 04:30

    Firebug is a good solution for Firefox. You can browse a page's HTML, JavaScript, DOM, network activity, etc. Safari also has fairly good tools built-in (I'm using the Safari 4 beta at present), though I find it's easier to navigate around Firebug.

提交回复
热议问题