get HTML of dynamically created table rows
问题 This question has been asked numerous times but never really answered specifically without the use of a third party application. I have dynamically created rows in a table that already has 2 static rows. The rows are created fine and appended to the :last and I can get/pull/push the .val .text ect... but cannot get the full html output as seen in 'view page source' of most browsers. Even examples like: document.getElementsByTagName('html')[0].innerHTML; don't retrieve the dynamically created