Team:Buenos Aires

From 2013.igem.org

(Difference between revisions)
Line 443: Line 443:
$text_loading.show();
$text_loading.show();
-
$('#external').load(new_link, function() {
+
$('#textExt').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*/
-
$('#external').css({display: 'block'});
+
$('#textExt').css({display: 'block'});
-
$('#external').stop()
+
$('#textExt').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:02, 16 July 2013

iGem Buenos Aires

Background

Buenos AiresiGem

Hola