$('#cidades').load('cidades.php?estado='+$('#estados').val()+'&cliente='+idcl);
$('#transacao').load('transacao.php?estado='+$('#estados').val()+'&cliente='+idcl+'&teste='+$('#cidades'));
In the line above in bold I can not put in the variable teste
the value of the #cidades
parameter that is received on the top line. How do I resolve this situation, since I need the #cidade
parameter to be taken in GET by the variable teste