Skip to content

Instantly share code, notes, and snippets.

@malikkurosaki
Created March 25, 2018 08:04
Show Gist options
  • Save malikkurosaki/19bb9d52cbd70ffd0485b0787246b29a to your computer and use it in GitHub Desktop.
Save malikkurosaki/19bb9d52cbd70ffd0485b0787246b29a to your computer and use it in GitHub Desktop.
manipulating element text editor
<script>
document.getSelection().getRangeAt(0).surroundContents(fff); // manipulating text element
window.getSelection().anchorNode.parentElement.classList.toggle("w3-red"); // manipulating prent element
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment