Hi, is there a tool that lets you view HTML genereated by javascript? For example if I have something like var fwrap = document.createElement('div'); Code (markup): it will show me <div></div>
yes in firefox you wrap the div in the selection and then press right click and then view selection source.