Posts by Hudson Vicentim • 53 points
4 posts
-
-1
votes3
answers105
viewsQ: How to reuse this js in other elements
I do not have much knowledge in JS, but I got this function that does exactly what I need, but when I duplicate the html div that uses this same function js it does not work, I had seen somewhere…
-
1
votes2
answers47
viewsQ: When I do the UPDATE it saves in the database correctly, but when I update the page the data disappears from the database
I am trying to recover the data from a table inside an input where the user can be updated and save in the same table through UPDATE. I managed to do the UPDATE, but edit the data by input and send,…
-
0
votes2
answers2451
viewsQ: Save the result of select in a variable and use this variable to fill the input that will then be used to do an UPDATE in the same table
I am trying to recover the data from a table inside an input where the user can be updated and save in the same table through UPDATE. I managed to do the UPDATE, but edit the data by input and send,…
-
4
votes1
answer1855
viewsQ: Submit form to a php script and open a modal as soon as it is submitted
I have a form that already validates the fields, but I wanted when clicking the send button to send the data to the file recebe.php and already opened a modal that I created. Follow the code on my…