Guest User

Untitled

a guest
Jan 24th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. var swipeOptions= {
  2. 'swipeLeft':function(){
  3. galleries[0].nextImage();
  4. },
  5. 'swipeRight':function(){
  6. galleries[0].prevImage();
  7. }
  8. 'threshold': 0
  9. }
  10. $(".ad-gallery").swipe(swipeOptions);
Add Comment
Please, Sign In to add comment