Support

Account

Home Forums General Issues Sum fields within a repeater using JQuery Reply To: Sum fields within a repeater using JQuery

  • Hi @bosoxbill

    I believe you can use the .each() function to target and loop trough the fields. You can also use the .not(“:last”) function to ignore the last element (the sum row).

    Because this topic is more related to jQuery, please visit the jQuery community for further support.

    Thanks 🙂