I have a load of divs with the class testimonial
and I want to use jquery to loop through them to check for each div if a specific condition is true.
(我有一个带有类testimonial
的div的加载,我想使用jquery循环遍历它们以检查每个div,如果特定条件为真。)
(如果是,它应该执行一个动作。)
Does anyone know how I would do this?
(有谁知道我会怎么做?)
ask by geoffs3310 translate from so