Skip to content

Commit

Permalink
Merge pull request #1 from hacklabr/master
Browse files Browse the repository at this point in the history
adiciona javascript que cria campos select de estados e municipios
  • Loading branch information
leogermani authored Aug 1, 2019
2 parents 4f59bb5 + f26b0f7 commit ef495ad
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 ef495ad

Please sign in to comment.