Guest User

Untitled

a guest
May 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $(this).cycle('stop');
  2.  
  3. $(this).cycle('pause');
  4.  
  5. $(this).cycle('stop').cycle({
  6. startingSlide: 1
  7. });
  8.  
  9. $('#goto1').click(function() {
  10. $('#s1').cycle(0);
  11. return false;
  12. });
Add Comment
Please, Sign In to add comment