jQuery(function($) {
//(function() {
//alert();
var testimonialsGalleryElement = $('.testimonials-gallery');
var testimonialsGalleryOwlItemElements = $('.testimonials-gallery .owl-item');
//var testimonialsGalleryOwlItemElements = testimonialsGalleryElement.find('.owl-item');
console.log(testimonialsGalleryOwlItemElements.length);
//})();
});
$( document ).ready(function() {
});
Find more questions by tags WordPressJavaScript