Complex JavaScript. What called me?
        Posted  
        
            by tyndall
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by tyndall
        
        
        
        Published on 2010-05-17T20:47:47Z
        Indexed on 
            2010/05/17
            20:50 UTC
        
        
        Read the original article
        Hit count: 297
        
Project I'm working on uses jQuery.
I have a series of Ajax calls being made that load() other HTML fragments which in turn load() other fragments. The whole thing is confusing. I didn't write the code.
Is there any tool which will allow me to walk the callstack so I can figure what is calling a method? any browser tools that would help me figure this out?
© Stack Overflow or respective owner