Posts by Mateus • 11 points
1 post
-
-3
votes1
answer36
viewsQ: Once I edit the record, all the ones that already had are replaced by the edited one. Where did I go wrong?
<script> var apagar = { sim:function(id){ if(confirm('Tem certeza que deseja apagar ?')){ $.ajax({ type:'GET', url:'pagina/<?php echo $url; ?>/apagar/'+id, data:{'id':id},…