I have a list, and I would like to create a loop by passing each of these elements, basically what I want is this effect:
$.each($('.elemento'), function(i, el){
$(el).fadeIn(100);
$(el).delay(400).addClass("esconder");
/*esperar 400m...
asked by
11.04.2017 / 21:13