/ Published in: jQuery
Expand |
Embed | Plain Text
$("#element").hover( function() { $(this).animate({opacity: 1.0}, "100"); } );
You need to login to post a comment.
nveselinov on 10/03/10
6 people have marked this snippet as a favorite
seanpowell
bobbym245
azipagan
maltem
Astraion
laurentzziu
$("#element").hover( function() { $(this).animate({opacity: 1.0}, "100"); } );
You need to login to post a comment.