bqallover Posted November 7, 2006 Share Posted November 7, 2006 Hi.I've been working with AJAX now for the past week or two and it's fantastic! The only thing is... while I'm debugging and testing my app in the browser (FF or IE) I can't look at a 'current' view of the source, if you get my meaning. I know this is due to the dynamic nature of Javascript, but has anyone found a way around this? I know that I'm changing things (like CSS) on the fly and wouldn't expect this to be reflected, but if I do an asynchronous loading of some HTML into a <div>, I'd like to be able to see what's gone in there.I'd be interested in anyone's thoughts! Cheers. Quote Link to comment Share on other sites More sharing options...
Vikas Jayna Posted November 7, 2006 Share Posted November 7, 2006 You Can highlight the portion of the page after the html has been loaded in the <div> and then use "view selection source". This is a good way of checking source with Ajax. Quote Link to comment Share on other sites More sharing options...
bqallover Posted November 8, 2006 Author Share Posted November 8, 2006 Wow! I can't believe I missed that! Thank you. :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.