Posts by Alex Vieira • 42 points
2 posts
-
0
votes1
answer76
viewsA: I added inputs dynamically, but the original is deleted
From what I saw in your code, you didn’t group the input with the button within the div that you want to delete in the event click. $(document).ready(function () { var max_fields = 10; var wrapper =…
-
0
votes1
answer188
viewsA: How to view Servlet’s list in jsp?
From what I understand, when making the request it is possible to verify the action by which it was made by sending the form. In the example below, I made the option to send different paths, if it…