Skip to content

Instantly share code, notes, and snippets.

@thihenos
Last active August 6, 2018 14:13
Show Gist options
  • Select an option

  • Save thihenos/acaf74df9cbe55d3b59eb1a05a761c4b to your computer and use it in GitHub Desktop.

Select an option

Save thihenos/acaf74df9cbe55d3b59eb1a05a761c4b to your computer and use it in GitHub Desktop.
Medium Procedure - Example of AJAX
<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