Posts by Ivan • 21 points
2 posts
-
1
votes1
answer212
viewsQ: How to get the value <td> of a table from another table?
I have a table with checkboxs to mark and deselect the table rows. It turns out I have another table, which is a summing up of accounts. I want every time the user marks a checkbox, Jquery finds the…
-
1
votes4
answers358
viewsQ: How to add the amount of days with jQuery
I’m trying to manipulate dates with jQuery. The idea is this: The user informs the Data_vencimento and the type (in radio button), whether the salary is weekly, fortnightly, monthly or informed. In…