bucle de clase jQuery

$('.testimonial').each(function(i, obj) {
    //test
});
Tejas Naik