var owl = jQuery('.testimonials-slider');
jQuery('.owl-nav > button').on('click',function(){
owl.trigger('stop.owl.autoplay')
})
admin Asked question May 18, 2021
var owl = jQuery('.testimonials-slider');
jQuery('.owl-nav > button').on('click',function(){
owl.trigger('stop.owl.autoplay')
})