Disable text selection - Javascript

Disable text select

Snippet Code


  
Rate this page :
  [ 0 votes]

Just use the above code to any div where ever you want to disable the text selection by the visitors

<div onselectstart="return false;" style="-moz-user-select: none;">

Tags


Ask Questions

Ask Question