Team:Buenos Aires/Pruebas

From 2013.igem.org

(Difference between revisions)
Line 314: Line 314:
$('.texto').css({opacity:'0.0',display: 'none'});
$('.texto').css({opacity:'0.0',display: 'none'});
/* show text: */
/* show text: */
 +
                                                        $text_loading.show();
 +
$.when(loadDiv(this)).done(function(){
 +
});
$('#text' + currentId).css({display: 'block'});
$('#text' + currentId).css({display: 'block'});
Line 319: Line 322:
.animate({opacity: '0.8'}, 1400, function(){});
.animate({opacity: '0.8'}, 1400, function(){});
-
$text_loading.show();
+
 
-
$.when(loadDiv(this)).done(function(){
+
-
$text_loading.hide();});
+
return false;
return false;

Revision as of 05:02, 2 June 2013

iGem Buenos Aires

Background

Buenos AiresiGem