Skip to content

Instantly share code, notes, and snippets.

View Mia-Tayag's full-sized avatar

Mia Mia-Tayag

View GitHub Profile
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript">
function hideTOC() {
document.getElementById("theTOC").style.display = 'none';
document.getElementById("show").style.display = 'block';
document.getElementById("hide").style.display = 'none';
}
function showTOC() {