Posts by Gabi M • 13 points
2 posts
-
0
votes1
answer633
viewsQ: Bootstrap 3 - Grid of images
Hello! How can I make a responsive grid of images with Bootstrap version 3.5 that looks like this on the Desktop: And on Mobile stay like this: My code is this: <div class="row bloco02">…
-
0
votes3
answers597
viewsQ: Summing up JSON values
I’m starting to mess with JSON and Javascript and have the following AJAX: $.ajax({ url: 'https://...', type: 'POST', dataType: 'json', data: 'inpnomeRequisitante=' + 'XXXXXXXXXX', success: function…