I have an situation on my page.
I have two inputs and an label in my page. These label have to show the sum of these two inputs value.
So I tried below sol
The easiest and best way to sum two numbers is using HTML5's type="number". If you do this, the inputs' values are, by default, integers.
type="number"
Updated fiddle