For example, I use:
$('test-div').html("<div></div>")
Actually the html is changed, but when I click “view source” from the browser, in browser the html is not changed, is it a bug for the browser?
Thanks.
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.
View Source gives You the source of the page that was initial to all changes by jquery the dynamic changes are reflected in the generated source chk out the Web Developer plugin for firefox
Edit : https://addons.mozilla.org/en-US/firefox/addon/60/
view source > view Generated source