Skip to content
Advertisement

jquery sum of multiple input fields if same class in one input

Hello I need to sum the values of same class input in one input with class name total.

JavaScript

Possible?

A working fiddle here

JavaScript

Advertisement

Answer

You pretty much had it, just needed to adjust your JQuery a little bit for the appropriate selectors

updated fiddle : http://jsfiddle.net/5gsBV/7/

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement