How to find a function in javascript files -


i have many javascript files referenced in html file. there call function x. how can find x is?


additional description: it's not local site , don't have js, can download js , search files. i'd use method firebug, etc.

search files x function name. previous poster said - firebug firefox special friend when developing web.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -