html - Discovery JavaScript execution path and files in Browser Developer Tools -
i'm sure must burden other people too...
say debugging website, , there element on site when clicked calls particular function; example:
<img src="foo.png" onclick="javascript:bar();" />
but have no thought bar
declared in terms of file structure. coming external source or in website solution.
are there tools can added browser (i.e. firefox extension) can assist this?
i'd sort of when click fires javascript, breaks execution , shows me execution going occur
you can utilize firebug (ff add-on) open firebug (press f12), open script tab , utilize search field.
javascript html debugging developer-tools
No comments:
Post a Comment