Selasa, 05 Juli 2011

Cara Membuat Link Memudar Dengan Efek Jquery

1. Login Dashbord
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() {
$(&#39;a&#39;).hover(function() { //mouse in
$(this).animate({ opacity: &#39;0.3&#39; } , 1000);
}, function() { //mouse out
$(this).animate({ opacity: &#39;1&#39; }, 1000);
});
});
</script>

Selesai Selamat Mencoba.............
.



 
Cara Membuat Link Memudar Dengan Efek Jquery 9out of 10 based on 10 ratings. 9 user reviews.
 

Dafatr Isi

Label Blog

japarus
Template | copyright@2011 | Design by : DiM4sHDiM4sH