Sorry
This is still undergoing changes. In the meantime, you may Fork me if you'd like.
This is still undergoing changes. In the meantime, you may Fork me if you'd like.
These are various snippets of code from over the years.
function show_element(appear) {
if (document.getElementById(appear).style.display != "block") {
document.getElementById(appear).style.display = "block"; // Show It
} else {
document.getElementById(appear).style.display = "none"; // Hide It
}
}
"Jennifer Lopez and Ben Affleck will star in a remake of Casablanca. The remake will be perfect for anyone who liked the original, but wished it was terrible." --Tina Fey