Tool for troubleshooting AJAX source

Discussion in 'JavaScript' started by rcavezza, Nov 17, 2009.

  1. #1
    Hey all,

    Does anyone know where I can find a tool that will do the equivalent of showing me the page source after dom changes have been made? If I click on view source in my browser, I get the original html code and not the updated ajax changes.

    Any help would be appreciated.

    Best,

    Robert M. Cavezza
     
    rcavezza, Nov 17, 2009 IP
  2. rcavezza

    rcavezza Peon

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    rcavezza, Nov 17, 2009 IP
  3. mariush1007

    mariush1007 Member

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #3
    if You use firefox then firebug is a perfect tool for this purpose (and it can do a lot more) it shows actively changes made to DOM in time of browsing and allow easly make a changes in the fly, executing extra javascript from firebug console, tracking ajax request, ect...

    --
    Mariush
     
    mariush1007, Nov 17, 2009 IP