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

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

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


But

3条回答
  •  無奈伤痛
    2020-12-25 12:38

    Just write in console:

    console.log(viewHide)
    

    Then double-click the output will jump to the source file of the function definition.

提交回复
热议问题