You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tenho dois campos UF/Cidade, ou seja, UF da residência e Município da
residência. UF do trabalho e município do trabalho. Já fiz várias
tentativas mas somente um funciona. Alguma idéia?
Original issue reported on code.google.com by [email protected] on 28 Mar 2011 at 5:26
The text was updated successfully, but these errors were encountered:
eles nao podem ter o mesmo nome no html
tente algo como cidade_residencia estado_residencia cidade_trabalho
estado_trabalho
além disso, no javascript, inicie 2 "new dgCidadesEstados" separados
não testei, espero que ajude :)
Original comment by roberto.cr on 8 Aug 2011 at 5:33
Para 2 campos de cidade e estado:
new dgCidadesEstados({
estado: $('#estado-origem').get(0),
cidade: $('#cidade-origem').get(0)
});
new dgCidadesEstados({
estado: $('#estado-destino').get(0),
cidade: $('#cidade-destino').get(0)
});
});
Original issue reported on code.google.com by
[email protected]
on 28 Mar 2011 at 5:26The text was updated successfully, but these errors were encountered: