Pencarian

Minggu, 30 Juni 2024

Select Otomatis pada class tertentu

 Langsung saja kalian hanya perlu menggunakan kode css berikut ini.

.highlight {  
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

semua text dengan class highlight akan ter seleksi otomatis.

© 2015 [BUG] GEDEBUG All Rights Reserved.