I am looking for a tool, extension or other utility that would help me reverse engineer a JavaScript/jQuery sequence of event on a third party website. I am trying to achieve something similar on my website, and I want to understand how this was made in the first place, to be able to understand the sequence itself.
Any thoughts?
Thanks!
You could use the debugging function of the developer tools. E.g. Firebug. You set the breaking point at the lines you are interested in and then you can step through the Javascript code.