Advertisement
deliciousthemes

Untitled

Sep 3rd, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. // Testimonials Slider
  2. jQuery("#owl-testimonials").owlCarousel({
  3. autoHeight : true,
  4. singleItem : true,
  5. autoPlay: 8000,
  6. navigation:true,
  7. pagination: false,
  8. navigationText : ["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"],
  9. slideSpeed : 1000,
  10. afterAction: TestimonialsafterAction
  11. });
  12.  
  13. function TestimonialsafterAction(){
  14. jQuery('.testimonials-slider-no').text(""+(this.owl.currentItem+1)+"/" + this.owl.owlItems.length+"");
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement