Posts by Alexandre Rocha Albino • 1 point
1 post
-
-2
votes2
answers614
viewsA: Update database via input using ajax/php
Insert your inputs into a formdata to send in the "ajax date" field. $(document).ready(function() { $('#teste').click(function(){ var fd = new FormData(); fd.appen('vermelho',$('#vmadsl').val());…