Skip to content

Commit

Permalink
adiciona javascript que cria campos select de estados e municipios
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelchavesfreitas committed Sep 17, 2018
1 parent 4f59bb5 commit f26b0f7
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
11 changes: 11 additions & 0 deletions estados-e-municipios.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html>
<header>
<script src="./estados-e-municipios.js"></script>
</header>
<body>
<div class="js-estados-e-municipios">
<label>Estado: <select class="js-estados" data-value="SP"></select></label>
<label>Município: <select class="js-municipios" data-value="São Paulo"></select></label>
</div>
</body>
</html>
71 changes: 71 additions & 0 deletions estados-e-municipios.js

Large diffs are not rendered by default.

0 comments on commit f26b0f7

Please sign in to comment.