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

后端 未结 6 995
梦谈多话
梦谈多话 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:31

    You'll need to use Firebug for that (in Firefox, obviously). It actually tracks the page's current DOM, instead of displaying the original source.

提交回复
热议问题