/ Published in: JavaScript
Expand |
Embed | Plain Text
$('a.animate').hover(function(){ $(this).animate({opacity: 0},'fast'); },function(){ $(this).animate({opacity: 1},'normal'); });
You need to login to post a comment.
$('a.animate').hover(function(){ $(this).animate({opacity: 0},'fast'); },function(){ $(this).animate({opacity: 1},'normal'); });
You need to login to post a comment.