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

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

    Right click and select 'Inspect element'. That will show you the HTML after it has been loaded in Chrome.

    For Firefox: Install firebug, then you will see the 'inspect element' option.

提交回复
热议问题