Disable highlight text digunakan untuk mencegah artikel / entry post anda di copy bulat-bulat dengan mudahnya . Untuk membuatnya ikut langkah - langkah berikut ini :
1. Sing in akun Blogger anda
2. Klik Rancangan => Tambah Gadget => Pilih HTML/Javascript
3. Masukkan kode dibawah ini
<script type="text/javascript">
function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
target.style.MozUserSelect="none"
else //All other route (ie: Opera)
target.onmousedown=function(){return false}
target.style.cursor = "default"
}
//Sample usages
//disableSelection(document.body) //Disable text selection on entire body
//disableSelection(document.getElementById("mydiv")) //Disable text selection on element with id="mydiv"
</script>
<script type="text/javascript">
disableSelection(document.body) //disable text selection on entire body of page
</script>
function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
target.style.MozUserSelect="none"
else //All other route (ie: Opera)
target.onmousedown=function(){return false}
target.style.cursor = "default"
}
//Sample usages
//disableSelection(document.body) //Disable text selection on entire body
//disableSelection(document.getElementById("mydiv")) //Disable text selection on element with id="mydiv"
</script>
<script type="text/javascript">
disableSelection(document.body) //disable text selection on entire body of page
</script>
4. Simpan
4 comments
wah , ini sangat berguna untuk menghindari si tukang copas , #follback ya
@myhafiezers : Hhahahaha . Nnti aku follow blik sobat . Datang lagi yah sob .
Mkasi atas infonya bang..
@Etri Wijayanti : Sama - sama .
Bijaklah dalam berkomentar
EmoticonEmoticon