Posts by Ubiratan Almeida • 1 point
1 post
-
0
votes1
answer286
viewsQ: Problem doing CRUD with HTML and JS
I’m not getting the edit button: var count = 1; function Insert(nome,idade){ var tr = '<tr>'+ '<td style="font-size:20px;text-align: center" class="tdnome">'+nome+'</td>'+ '<td…