Team:Buenos Aires

From 2013.igem.org

(Difference between revisions)
Line 269: Line 269:
var $ac_background = $('#ac_background'),
var $ac_background = $('#ac_background'),
$ac_bgimage = $ac_background.find('.ac_bgimage'),
$ac_bgimage = $ac_background.find('.ac_bgimage'),
-
$ac_loading = $ac_background.find('.text_loading'),
+
$ac_loading = $ac_background.find('.ac_loading'),
Line 305: Line 305:
*/
*/
-
$ac_loading.show();//show loading status image
+
$text_loading.show();//show loading status image
$.when(loadImages()).done(function(){
$.when(loadImages()).done(function(){
$.when(showBGImage()).done(function(){
$.when(showBGImage()).done(function(){
//hide the loading status image
//hide the loading status image
-
$ac_loading.hide();
+
$text_loading.hide();
$.when(slideOutMenu()).done(function(){
$.when(slideOutMenu()).done(function(){
$.when(toggleMenuItems('up')).done(function(){
$.when(toggleMenuItems('up')).done(function(){

Revision as of 19:40, 13 August 2013

iGem Buenos Aires

Background

Buenos Aires

Loading...
Hola