Hello I need get value of data-plus attribute with Jquery See example
[http://jsfiddle.net/24zr4ww5/][1]
I can calculate sum of all inputs, and I need get sum of data-plus all inputs, where value > 0
Hello I need get value of data-plus attribute with Jquery See example
[http://jsfiddle.net/24zr4ww5/][1]
I can calculate sum of all inputs, and I need get sum of data-plus all inputs, where value > 0
Kindly use below way to get data value, this is the way to get data attribute
var value = $(this).data('field');