Skip to content

Commit 5b35415

Browse files
authored
LocaliZAZ 2.0.0.0
- Adicionado Códigos Postais e informações; - Arquivos de demonstração("localizaz_demo.js" e "demo.html") atualizados para novas funções. - Alguns Bugs arrumados.
1 parent d5e4191 commit 5b35415

File tree

3 files changed

+105
-15
lines changed

3 files changed

+105
-15
lines changed

demo.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<html>
22
<head>
33
<meta charset="utf-8" />
4-
<title>LocaliZAZ :: 1.9.0.1</title>
4+
<title>LocaliZAZ :: 2.0.0.0</title>
55
<script type="text/javascript" src="localizaz_demo.js"></script>
66
</head>
77
<body>
88
<center>
99
<!-- CABEÇALHO -->
10-
<h1>LocaliZAZ :: v1.9.0.1</h1>
10+
<h1>LocaliZAZ :: v2.0.0.0</h1>
1111
<h5>Desenvolvido por: Arthur "ArT_DsL" Dias dos Santos Lasso</h5>
1212
<!-- -------- -->
1313
<!-- CIDADES, ESTADOS E CÓDIGOS IBGE -->
@@ -24,14 +24,19 @@ <h4>Você pode utilizar dois ou mais elementos em conjunto, fazendo com que um r
2424
<select id="cidade_sb" name="cidade_sb" onchange="muda_cidade();"></select>
2525
<input type="number" id="ibge_cidade_input" name="ibge_cidade_input" placeholder="Código IBGE Município"/>
2626
<select id="iata_input" name="iata_input" onchange=""></select>
27-
<br><br><br>
27+
<input id="codpostal_input" name="codpostal_input" onchange="buscaDadosCEP();" placeholder="Digite seu CEP" />
28+
<br><br>
29+
<div id="resultado_cep" style="display: none;"></div>
30+
<br><br>
2831
<i><h5>"Código"<h5></i>
2932
<textarea type="code" style="width: 800px; height: 90px;">
3033
<select id="estado_sb" name="estado_sb" onchange="muda_estado();"></select>
3134
<input type="number" id="ibge_estado_input" name="ibge_estado_input" placeholder="Código IBGE Estado"/>
3235
<select id="cidade_sb" name="cidade_sb" onchange="muda_cidade();"></select>
3336
<input type="number" id="ibge_cidade_input" name="ibge_cidade_input" placeholder="Código IBGE Município"/>
3437
<select id="iata_input" name="iata_input" onchange=""></select>
38+
<input id="codpostal_input" name="codpostal_input" onchange="buscaDadosCEP();" placeholder="Digite seu CEP" />
39+
<div id="resultado_cep" style="display: none;"></div>
3540
</textarea>
3641
<br>
3742
<br>

localizaz_demo.js

Lines changed: 49 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/localizaz.js

Lines changed: 48 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)