Snippets tagged “user-select”
3 snippets use this tag.
- How to Disable Links on the Current Page with Pure CSSCSS
Learn how to disable links on the current page using pointer-events and user-select properties. Also, find examples!
- How to Disable Text Selection Highlighting Using CSSCSS
Stop being copied by others with just simple and quick technique! Read the snippet and know how to prevent copying from your site disabling text selection highlighting.
- How to Disable Text Selection, Copy, Cut, Paste and Right-click on a Web PageJavaScript
Learn the ways of how to disable text selection highlighting, how to disable copy, cut and paste, how to disable right-click. See example with CSS, JavaScript and jQuery.