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"; | |
- | + | /* 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); | ||
- | |||
} | } |
Revision as of 15:28, 5 June 2013