Posts by Thiago Gabriel • 25 points
2 posts
-
0
votes4
answers903
viewsQ: Validation of Inputs with javascript
Good afternoon, I have a form where I built a function to validate unfilled fields. But when I start to fill some fields and leave some empty ones and click on the send button from Submit anyway.…
-
2
votes1
answer323
viewsQ: Subtract after removing a row from the Javascript table
I have a certain bug here. I have a function that calculate the quantity x unit price to give the total value and with that do the sub total. Like an e-commerce cart. $('.total').prop('readonly',…