Guest User

Untitled

a guest
Dec 12th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. var $gallery = $('#slideshow'),
  2. $active = $gallery.find('img:visible'),
  3. $next = $active.next().length ? $active.next() : $gallery.find('img').first();
Add Comment
Please, Sign In to add comment