Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery loop through class inside the div

//_div = DIV or container
$('.testimonial', _div).each(function (i, obj) {
  //add what to do here
});
 
PREVIOUS NEXT
Tagged: #jquery #loop #class #div
ADD COMMENT
Topic
Name
7+2 =