Posts by Keller Kichel • 11 points
2 posts
-
1
votes1
answer245
viewsA: Popular type["text"] by select
Whoa buddy, you’re capturing the wrong variable in this code snippet: ... $.getJSON('planos.ajax.php?search=',{cod_plano: $(this).val(), ajax: 'true'}, function(resultado){ var resultado =…
-
0
votes2
answers1623
viewsA: Capture table elements with jquery
You need to use the . on of jquery (http://api.jquery.com/on/), passing from an element that already exists in the DOM as a reference, for example: $('#elemento').on('click', '<identificador do…