Difference between revisions of "Team:Brasil-USP/modeling/TemplateIndex"

Line 21: Line 21:
  
 
<script>
 
<script>
$( "img.fadeEffect" ).hover(
+
$( "li" ).hover(
 
   function() {
 
   function() {
 
     $( this ).append( $( "<span> ***</span>" ) );
 
     $( this ).append( $( "<span> ***</span>" ) );
 +
  }, function() {
 +
    $( this ).find( "span:last" ).remove();
 
   }
 
   }
 
);
 
);

Revision as of 15:06, 6 August 2015