Posts by Ícaro Moura • 5 points
2 posts
-
0
votes2
answers61
viewsA: How to get the value of buttons created through a foreach loop in php/Laravel?
The problem is in your code $(document).ready(function() { verifyStock(); }); function verifyStock() { var quantity = $('#stock').val(); // var quantity = $('#stock').attr('data-quantity');…
-
-2
votes2
answers65
viewsA: Data editing in PHP
The error in my view lies in that part of the code <div class="col-md-5"> <div class="form-group"> <label class="bmd-label-floating">ID ( Desabilitado )</label> <input…