Is there a way to show html source in the browser after insertion by js via ~.innerHTML = Source; ?
Is there a way to show html source in the browser after insertion by
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re working with Firebug/Firefox or with IE8, the DOM viewer can show you the “live” DOM. It’s not really “source”, but I’m pretty sure that’s what you’re asking about.
(I didn’t mention Safari or Chrome because I don’t do much development with those, but they probably have similar facilities. I’m just not personally familiar.)