what is your product

On Sat, 4 Dec 2021, 11:17 am Eugene TUYIZERE, <eugenetuyiz...@gmail.com>
wrote:

> Dear Colleagues,
>
> I have data in the table. I want to get the rows value and save them in
> the database. How can I do this with jquery?
> The table I have is like this
> [image: image.png]
> This is what I have in HTML. The total is automatically calculated as I
> type the amount
>
> <table id="myTable2">
> <tr> <th width="300">Description </th>
> <th width="400">Amount</th>
> </tr>
> <tr>
> <td><span>School Fess </span></td>
> <td><input type="text" class='form-control text-right' /></td>
> </tr>
> <tr>
> <td><span>Restoration </span></td>
> <td><input type="text" class='form-control text-right' /></td>
> </tr>
> <tr>
> <td><span>School materials </span></td>
> <td><input type="text" class='form-control text-right' /></td>
> </tr>
>
> <tr>
> <td><span><b>TOTAL </b></span></td>
> <td><b><span id="total_sum_value2"></span></b></td>
> </tr>
> </table>
> --
> *Eugene*
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CABxpZHsPPHbpkNOBDxGofAX-0uHPfGtgXYpHwoQo5iaqGOg9rg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CABxpZHsPPHbpkNOBDxGofAX-0uHPfGtgXYpHwoQo5iaqGOg9rg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAAobj6LJ_Wi-fLHT2zMAOg%2BhvQuMPDK2xyHpzhaHjjO3QS-E2A%40mail.gmail.com.

Reply via email to