web/wp-content/themes/vivee_portfolio/js/funkcje_jquery2.js
changeset 1 0d28b7c10758
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 $(document).ready(function() { 		
       
     2 
       
     3 
       
     4 					<!-- blysk na obrazkach -->
       
     5 					$(".img img").fadeTo("fast", .8);					
       
     6 						$(".img img").hover(function(){
       
     7 															$(this).fadeTo("fast", 1);
       
     8 													},function(){
       
     9 															$(this).fadeTo("fast", .8);
       
    10 													});
       
    11 											
       
    12 											
       
    13 	
       
    14  });
       
    15