Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to get all elements with same class in jquery

$('.testimonial').each(function(i, obj) {
    //test
});
 
PREVIOUS NEXT
Tagged: #elements #class #jquery
ADD COMMENT
Topic
Name
3+3 =