Guest User

Untitled

a guest
Jan 21st, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. $(function(){
  2. $('input').checkBox({addVisualElement: false});
  3.  
  4.  
  5. $('.outerwear').click(function(e) {
  6. e.preventDefault();
  7. // alert('it fires');
  8. $('#next1').cycle({
  9. fx:'scrollRight',
  10.  
  11. });
  12. })
  13.  
  14.  
  15. $('#form_wrapper').cycle({
  16. fx: 'scrollLeft',
  17. autostop: 1,
  18. autostopCount: 1,
  19. startingSlide: 0,
  20. height: '545px',
  21. slideExpr:'.slide',
  22. delay: -5000,
  23. speed: 700,
  24. next: '.advance_form'
  25.  
  26. })
  27.  
  28.  
  29. });
Add Comment
Please, Sign In to add comment