How to Animated Label with jQuery to blogspot ?

Here I teach you on How to Animated Label with jQuery to blogspot ?
1. Log in to your blogger account
2. Go to Design --> Edit HTML
3. Copy the code below, and paste above </head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js' type='text/javascript'>
</script>
<script type='text/javascript'>
var dur = 450;
$(document).ready(function() {
$('a.linknudge, .Label ul li a').hover(function() {
$(this).animate({
paddingLeft: '20px'
}, dur);
}, function() {
$(this).animate({
paddingLeft: 0
}, dur);
});
});</script>
4. Click 

So easy right, to add Animated Label with jQuery?

Penulis : Unknown ~ Sebuah blog yang menyediakan berbagai macam informasi

Artikel How to Animated Label with jQuery to blogspot ? ini dipublish oleh Unknown pada hari . Semoga artikel ini dapat bermanfaat.Terimakasih atas kunjungan Anda silahkan tinggalkan komentar.sudah ada 0 komentar: di postingan How to Animated Label with jQuery to blogspot ?
 

0 comments:

Post a Comment

Leave Me a Comment Below. Thanks :)