Posts by Renan Souza • 161 points
2 posts
-
1
votes2
answers48
viewsA: Select class from load
First of all, I will not search sources to substantiate what I will say. First of all: I wanted to at least do that: $('.ident').click(function() { alert($(this).val()); }); That would solve:…
-
2
votes2
answers636
viewsA: Wait for ajax response before moving to the loop
Not using es8, da para pensar em recursividade: $(".start").on('click',function(e){ var anexo = document.getElementsByClassName('anexos'); corrigir(anexos); }); function corrigir(anexos) {…