Posts by Roberto Marcos • 9 points
2 posts
-
1
votes1
answer42
viewsA: I can’t get edited text from the input in a data-table to update the database
thanks for the help Augusto, analyzing your comment I found my error, I was setting the element outside the object "button_edit" thus: alert($("input[name='cabo']").val()); I switched to:…
-
-3
votes1
answer42
viewsQ: I can’t get edited text from the input in a data-table to update the database
I am trying to update using a data-table, this data-table is by default disabled for editing, and on each line has a button named 'Edit' when clicking the button on the line and enabled for editing,…