home.js 122 B

123456789101112
  1. function NextSlide()
  2. {
  3. $('.swiper-button-next').click();
  4. }
  5. function PreSlide()
  6. {
  7. $('.swiper-button-prev').click();
  8. }