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. Link to comment https://forums.phpfreaks.com/topic/26423-ajax-and-view-source-solved/ 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. Link to comment https://forums.phpfreaks.com/topic/26423-ajax-and-view-source-solved/#findComment-120885 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. :) Link to comment https://forums.phpfreaks.com/topic/26423-ajax-and-view-source-solved/#findComment-121659 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.