-1
$('#cidades').load('cidades.php?estado='+$('#estados').val()+'&cliente='+idcl);
$('#transacao').load('transacao.php?estado='+$('#estados').val()+'&cliente='+idcl+'&teste='+$('#cidades'));
On the line above in bold I cannot put in variable teste
the value of the parameter #cidades
which is received on the top line. How to resolve this situation as I need the parameter #cidade
is taken in GET by the variable teste
Hello Gladison, I noticed you had several questions closed recently. I recommend that to increase your chances of getting a good answer make a [tour] and read the guide [Ask].
– Math