Is there a way to view the source of a web page AFTER all jquery scripts have run?

后端 未结 6 994
梦谈多话
梦谈多话 2021-02-13 23:02

I currently use Chrome/Firefox for my web development.

Is there a plugin, or am I just another way, where you can view the HTML source AFTER all jQuery plug-ins have r

6条回答
  •  感情败类
    2021-02-13 23:34

    In Firefox:

    Use the web developer tool by Chris Pederick. Go to View Source -> View Generated Source. Using this same tool, highlight elements you would like to see the generated source for and then right click to see View Selection Source.

    Or, you could use the Firebug tool, to inspect the elements on the page.

提交回复
热议问题