Content of html page changed by jQuery but “View Source” don't reflect the changes

前端 未结 2 1581
野性不改
野性不改 2020-12-04 02:11

jQuery: v1.7.1
Hello guys,
I changed the img attributes from jQuery Like this:

        $(\"document\").ready(function () {
                


        
2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-04 02:42

    Any way, it is also possible to see current state of your DOM. you can select all, through CTRL+A and then right-click go for View Selection Source!!

提交回复
热议问题