Team:Goettingen/Team/Gallery
From 2013.igem.org
(Difference between revisions)
Line 212: | Line 212: | ||
}; | }; | ||
showbox.insertBefore(prefoto,closebtn); | showbox.insertBefore(prefoto,closebtn); | ||
- | + | prefoto.onclick = go2left(); | |
//下一图片按钮 | //下一图片按钮 | ||
Line 224: | Line 224: | ||
} | } | ||
showbox.insertBefore(nextfoto,closebtn); | showbox.insertBefore(nextfoto,closebtn); | ||
- | + | nextfoto.onclick = go2left(); | |
function showGarPic(from,illustration,alb){ | function showGarPic(from,illustration,alb){ | ||
+ | currentAlb = alb; | ||
garPic.src = from; | garPic.src = from; | ||
adHeight = $(window).height()*0.8; | adHeight = $(window).height()*0.8; |
Revision as of 15:43, 22 July 2013