Team:Buenos Aires

From 2013.igem.org

(Difference between revisions)
Line 244: Line 244:
 +
 +
<script type="text/javascript">
 +
$(window).ready(function(){
 +
  $("#external img").hover(function(){
 +
    $("#external img").css('opacity', '0.2');
 +
 +
    },function(){
 +
$("#external img").css('opacity', '1');
 +
  });
 +
});
 +
</script>
Line 436: Line 447:
                                        $text_loading.hide();
                                        $text_loading.hide();
/*show external div in textExt*/
/*show external div in textExt*/
-
$('#textExt').css({display: 'block'});
+
$('#external').css({display: 'block'});
-
$('#textExt').stop()
+
$('#external').stop()
.animate({opacity: '1'}, 1400, function(){});  
.animate({opacity: '1'}, 1400, function(){});  
/*Bind function recursivily in the links of the external*/
/*Bind function recursivily in the links of the external*/

Revision as of 02:13, 16 July 2013

iGem Buenos Aires

Background

Buenos AiresiGem

Hola