How to get Javascript function's source code from specific site using firebug?

前端 未结 3 803
执笔经年
执笔经年 2020-12-25 12:28

With firebug I found that clicking on the link calls javascript function


But

3条回答
  •  借酒劲吻你
    2020-12-25 12:40

    You can also put ViewHide under the Name column of the watch panel on the Script tab. When you press enter or click out after putting in the name, it should evaluate it and put the code in the Value column.

提交回复
热议问题