jQuery(function() { jQuery('#toTop a').hover(function() { jQuery('#toTop a').animate({opacity : 0}, 200); }, function() { jQuery('#toTop a').animate({opacity : 1}, 200); }); jQuery('.jq-hover').each(function() { jQuery(this).hover(function() { jQuery(this).animate({opacity : .8}, 200); }, function() { jQuery(this).animate({opacity : 1}, 200); }); }); jQuery('.pagetop a').each(function() { jQuery(this).hover(function() { jQuery(this).animate({opacity : 0}, 200); }, function() { jQuery(this).animate({opacity : 1}, 200); }); }); jQuery('#others-img img').center(); });