Skip to content

Instantly share code, notes, and snippets.

@jswhisperer
Created February 9, 2014 18:08
Show Gist options
  • Select an option

  • Save jswhisperer/8903293 to your computer and use it in GitHub Desktop.

Select an option

Save jswhisperer/8903293 to your computer and use it in GitHub Desktop.
hide and Show nojq
// Show
el.style.display = '';
// Hide
el.style.display = 'none';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment