Team:Buenos Aires/Pruebas

From 2013.igem.org

(Difference between revisions)
Line 335: Line 335:
return $.Deferred(
return $.Deferred(
function(dfd) {
function(dfd) {
-
+
new_link = $(link).attr('href')+ " #cargado";
-
new_link = $(link).attr('href')+ " #cargado";
+
/* show text: */
-
 
+
                                                $text_loading.show();
 +
$('#textObj').load(function(){
 +
$text_loading.hide(); // Load its linked page into the div
 +
 +
});
$('#textObj').load(new_link);
$('#textObj').load(new_link);
-
$('#cargado').animate({opacity: '1'}, 1400, function(){});
 
}
}

Revision as of 15:28, 5 June 2013

iGem Buenos Aires

Background

Buenos AiresiGem