Answers for "find all elements with multi class jquery"

2

how to get all elements with same class in jquery

$('.testimonial').each(function(i, obj) {
    //test
});
Posted by: Guest on March-08-2021
0

find element by two attributes jquery

$('[attr1="home"][attr2="settings"]')
Posted by: Guest on July-29-2021

Code answers related to "find all elements with multi class jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language