Posts by Juliana Souza de Faria • 1 point
3 posts
-
-3
votes1
answer28
viewsA: Form can not fill all at once
Problem solved with $(document).ready(function(){ $(".pokload").focusout(function() { carregarPokemon(this.id); });
-
-3
votes3
answers105
viewsQ: How to create listeners for multiple elements in a loop?
My code is very repetitive, I want to use a loop to solve this, but I don’t know how to do it. $(document).ready(function() { //Atribui aos campos de código do Pokemon a função que carrega os dados…
-
-4
votes1
answer28
viewsQ: Form can not fill all at once
Can anyone save me? is a form where the user places the Pokémon id and it fills in according to the API. only that it is auto-filling all other fields, or when mute fills only the first and no more…