Posts by user3537289 • 11 points
2 posts
-
0
votes1
answer187
viewsA: What to put in the $.post ajax variable
Carlos, the question was confused, but I worked out this flow... $(document).ready(function() { $('#botao').click(function(){ $('#aguarde, #blanket').css('display','block'); });…
-
1
votes1
answer86
viewsA: Fill modal to edit with information coming from the database based on id
Jb, since you are using Jquery, you can use ajax, after the return has been successfully effected you can handle the responses, mapped the DOOM via jquery. $.ajax({ method: 'GET', url: 'url/path',…