Community Member Profile
Besik
Member since Apr 22, 2011
- Profile: /members/8209-Besik.htm
- URL: http://www.livepage.info
- Comments: 1
- Points: 11
Recent Blog Comments By Besik
-
Creating Transparent Gradients With jQuery
Posted on Apr 22, 2011 at 4:27 PM
changing opacity of the div by mouse over on it: $(document).ready(function(){ $("div#ID-of-this-div").hover( function() { $(this).stop().animate({"opacity": "1"}, "slow"); }, function() { $(this).stop().animate({"op... read more »



