Skip to content

Instantly share code, notes, and snippets.

@khaosdoctor
Created September 3, 2017 16:32
Show Gist options
  • Save khaosdoctor/83cf2dd845ceaa16356381abf6e1ab5e to your computer and use it in GitHub Desktop.
Save khaosdoctor/83cf2dd845ceaa16356381abf6e1ab5e to your computer and use it in GitHub Desktop.
elem.style.display = ‘none’;
elem.style.display = ‘’;
elem.textContent = ‘Texto’;
elem.style.<seu estilo> = ‘’;
elem.innerHTML = ‘'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment