Guest User

Untitled

a guest
Oct 23rd, 2017
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $.get('@Url.Action("CriarPedido", "Information")', function (data) {
  2. $('#containerFazerPedido').html(data);
  3.  
  4. $('#FazerPedido').modal('show');
  5. });
  6.  
  7. <div class="modal fade" id="FazerPedido" tabindex="-1" role="dialog">
  8. <div id="containerFazerPedido"></div>
Add Comment
Please, Sign In to add comment