I am trying to get values from input field using .each() and adding them to show the sum in another input value. But unfortunately in spite of using parseInt() I am
.each()
your appending String. $(this).val() is a string . just parse it to int or float.
$(this).val()