I want to get complete html of page in javascript except few div's with particular class applied on them.I am using this to get the complete html of my document
Code:
$(window.document.documentElement).html().toString()
Comment