I am debugging a third party JS file. When I click on a certain link it displays a menu. I want to find out what function in the third party js is called to display the menu? The HTML is not using inline functions?
            Asked
            
        
        
            Active
            
        
            Viewed 39 times
        
    0
            
            
        - 
                    related? http://stackoverflow.com/questions/591857/how-can-i-get-a-javascript-stack-trace-when-i-throw-an-exception – Marc B Nov 17 '14 at 16:50
- 
                    JS Beautifier the JS file if it's minified and then `CTRL+F` click/onclick? – Xenyal Nov 17 '14 at 16:59
