Posts by Augusto Cesar • 37 points
4 posts
-
1
votes0
answers56
viewsQ: How to prevent repeated values?
Hello, I am new still in development and I need to validate input fields, more precisely prevent the inputs of the same column within a table have repeated values. Html example <!DOCTYPE html>…
-
2
votes2
answers915
viewsQ: How to keep the data filled in <input> after clicking send the data?
Hello! I have a table with some input fields, which need to be filled in before the user submits it, however, I needed these completed data to remain after it was sent, even after the page was…
-
0
votes1
answer122
viewsQ: How to copy the contents of one <td> to another <td> in another table row?
Hello, I have a question.I have a table in which each row has a button that inserts a new row just below, but I would like to upload some information from the line above to the newly created row,…
-
0
votes1
answer48
viewsQ: How do I insert a new row between two other rows of a table with jquery?
Good morning! I have a page with a table, which is generated by the database. I need to insert a new row through a button, however, I’m having difficulty inserting this new row enters two other rows…