Last active
August 6, 2018 14:13
-
-
Save thihenos/acaf74df9cbe55d3b59eb1a05a761c4b to your computer and use it in GitHub Desktop.
Medium Procedure - Example of AJAX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <div id="divMensagemRetorno" class="row" style="display: none;"> | |
| <h4 id="mensagemRetorno"></h4> | |
| </div> | |
| <hr class="my-4"> | |
| <div id="divItens" class="row"></div> | |
| </div> | |
| <script type="text/javascript" src="/js/example.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment