Team:UCLA/Aal/javascripttemplate
From 2014.igem.org
(Difference between revisions)
Line 15: | Line 15: | ||
function cycleImages() { | function cycleImages() { | ||
var images = $('#banner_area img'), | var images = $('#banner_area img'), | ||
- | now = images.filter(':visible'), | + | now = images.scroll.filter(':visible'), |
next = now.next().length ? now.next() : images.first(), | next = now.next().length ? now.next() : images.first(), | ||
speed = 1000; | speed = 1000; |
Revision as of 23:02, 21 August 2014