Team:Buenos Aires

From 2013.igem.org

(Difference between revisions)
Line 246: Line 246:
<script type="text/javascript">
<script type="text/javascript">
-
$("#external").ready(function(){
+
$("#external").load(function(){
   $("#external img").hover(function(){
   $("#external img").hover(function(){
     $("#external img").css('opacity', '0.2');
     $("#external img").css('opacity', '0.2');
Line 443: Line 443:
$text_loading.show();
$text_loading.show();
-
$('#textExt').load(new_link, function() {
+
$('#external').load(new_link, function() {
/* hide loading text: */
/* hide loading text: */
                                        $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:00, 16 July 2013

iGem Buenos Aires

Background

Buenos AiresiGem

Hola