i saw a website thats doing something unique on the client side only and am trying to imitate it.
but i need to know which functions are being called, and what started the call, since i observer that most of the things done is based on clicking and typing, as it has a lot of JavaScript loaded.
does any tool gives you this information for example firebug?
firebug gives you ability to see the javascript code, you can even step through it. the script tab of firebug should give you what your looking for.
http://getfirebug.com/javascript