Posts by Gustavo Gabriel • 11 points
4 posts
-
0
votes2
answers104
viewsQ: How to take checkbox values and insert them into the bank
I will list several products and in each will have one checkbox to select which ones he wants. The problem is that I’m not getting to do the $.each() to pick up only the selected products and then…
-
1
votes0
answers19
viewsQ: How to put Collapsible List Group in ajax?
I’m willing to put tabs for when the person touches the category open a list of products, but I’m not getting[![ $(document).on("click","btnMesa1",function(evt) { $.ajax({ type:"get",…
-
0
votes1
answer36
viewsQ: Login with AJAX and PHP with database(Why is it wrong?)
$(document).on("click","formlogin",function(evt) { $.ajax({ type:"GET", url:"http://localhost:8080/ProjetoXDK/appModelo/www/php/entrar.php", data:{ var cpf = $('#cpf').val(), var senha =…
-
-4
votes1
answer211
viewsQ: How to Do This in Javascript (Listing Products by Category, According to Database)
I’m making an application to order is my TCC and I’m having difficulty.…