$('textarea.automarkup').focus(function() {
$this = $(this);
$this.select();
window.setTimeout(function() {
$this.select();
}, 1);
// Work around WebKit's little problem
$this.mouseup(function() {
// Prevent further mouseup intervention
$this.unbind("mouseup");
return false;
});
});
kodunu yeni js dosyası aç yapıştır dedi yapıştırıp wordpress tema klasöründe js adlı dasyaya attım
kodunu yazınca text area çıkıyor ama tümünü falan seçmiyor.
onu sorunca
HTML içinde en altta body taginin bitiminde;
<script></script>
kodunu ekle
dedi ama bu dediği kodu nereye ekliyecegim ben ? functions değildir hangi body kısmına yani page mi single.php yemi ?
Yani asıl soru su kalın yazılı yer js dosyasını nasıl tanıtıcam ?