Как получить все элементы с тем же классом в jQuery

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