📅  最后修改于: 2022-03-11 15:02:16.502000             🧑  作者: Mango
$('.testimonial').each(function(){
//if statement here
// use $(this) to reference the current div in the loop
//you can try something like...
if(condition){
}
});