Team:Goettingen/Team/Gallery
From 2013.igem.org
(Difference between revisions)
Line 386: | Line 386: | ||
otheralb.innerHTML = 'Click to go to previous album'; | otheralb.innerHTML = 'Click to go to previous album'; | ||
otheralb.onclick = function(){ currentAlb--; | otheralb.onclick = function(){ currentAlb--; | ||
+ | $('#showbox').fadeOut(300,function(){ | ||
+ | loading(); | ||
garPic.src = alb[f-1][alb[f-1].length-1].src; | garPic.src = alb[f-1][alb[f-1].length-1].src; | ||
description.innerHTML = alb[f-1][alb[f-1].length-1].txt; | description.innerHTML = alb[f-1][alb[f-1].length-1].txt; | ||
- | finalize(); | + | finalize();}); |
//goleft.onclick = 'go2left('+ f-1 +')' | //goleft.onclick = 'go2left('+ f-1 +')' | ||
}; }} | }; }} |
Revision as of 20:03, 16 September 2013