[Proto-Scripty] Re: Dynamic test after ajax call

2009-09-21 Thread Kumar
Hi Tj - Thanks for the prompt response. It really amazed me, when I heard that I can see source code of the original document and not the later things that got updated through the Ajax updater. We have this dependency where we need to make series of Java script calls based on the dynamic

[Proto-Scripty] Re: Dynamic test after ajax call

2009-09-21 Thread DJ Mangus
Sounds like your situation is very out of the norm. Usually being able to manipulate the DOM via JS is sufficient except in debugging situations (in which case an extension is fine). Good luck figuring out something different to do. On Mon, Sep 21, 2009 at 9:57 AM, Kumar kumar.k.re...@gmail.com

[Proto-Scripty] Re: Dynamic test after ajax call

2009-09-19 Thread T.J. Crowder
Hi, View source will only show you the original source of the document, not any later modifications you make to the DOM (e.g., via Ajax.Updater or any of several other means). Why does it matter? What is it you're trying to achieve looking at the source? If it's just that you're trying to