edit-article
Home
Up
Delete
Article Name:
Article Description:
]
Chapter ID/Name:
Status:
Write
Writing
Written
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">title</h1> <h2>[WHAT]</h2> <ol> <li>] reads all textarea inputs on the page and replaces it with pre formatted paragragh elments ( print, save)</li> </ol> <h2>[WHY]</h2> <ol> <li>] printing</li> <li>] saving</li> </ol> <h2>[WHERE]</h2> <ol> <li>]</li> </ol> <h2>[WHEN]</h2> <ol> <li>] </li> </ol> <h2>[EXAMPLE]</h2> <ol> <li>]</li> </ol> <h2>[HOW-TO]</h2> <ol> <li>]</li> </ol> <h2>[REFERENCE]</h2> <ol> <li>] found on hn thread re: saving your hn application</li> </ol> <p> </p> <p><br />[03-dd]</p> <p>[].slice.call(document.querySelectorAll('input, textarea'),0).forEach(function(elem){var p = document.createElement('pre');</p> <p>p.textContent=elem.value; elem.parentElement.replaceChild(p,elem)})</p> <p><br />subjects creating, editing, organizing and deleting Subject notebooks</p> <p><br />[].slice.call(document.querySelectorAll('input, textarea'),0)</p> <p>.forEach(function(elem){<br />var p = document.createElement('pre');</p> <p>p.textContent=elem.value;</p> <p>elem.parentElement.replaceChild(p,elem)<br />})</p> <h1 style="text-align: center;"> </h1>