Questions tagged as 'each'

1
answer

How to loop with jquery without duplicates

I wanted to know if you can loop inside the other using the each function without duplicating the values Example var cor = ["branco", "preto"]; var exa = ["#FFF" ,"#000"]; $.each(cor, function(index, values){ $.each(exa, functi...
asked by 25.02.2017 / 22:17