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