1. Login Dashbord
2. Edit HTML
3. Kemudian Cari kode <head> Setelah itu Masukan kode di bawah ini sebelum kode <head> Tadi
Selesai Selamat Mencoba.............
2. Edit HTML
3. Kemudian Cari kode <head> Setelah itu Masukan kode di bawah ini sebelum kode <head> Tadi
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function() {
$('a').hover(function() { //mouse in
$(this).animate({ opacity: '0.3' } , 1000);
}, function() { //mouse out
$(this).animate({ opacity: '1' }, 1000);
});
});
</script>
Selesai Selamat Mencoba.............
.
Cara Membuat Link Memudar Dengan Efek Jquery
9out of 10 based on 10 ratings. 9 user reviews.