Skip to content

Instantly share code, notes, and snippets.

@di3
Created May 9, 2017 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save di3/f96cda8c46edb327ca93741fb466b7a1 to your computer and use it in GitHub Desktop.
Save di3/f96cda8c46edb327ca93741fb466b7a1 to your computer and use it in GitHub Desktop.
function toggle(a){
a.style.display==="none"?a.style.display="block":a.style.display="none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment