2
Answers

Textbox leave event in javascript

Hi,
I am creating rows dynamically in mvc4 using javascript.Here I have to calculate the sum of each last textbox of every row.means when I am leaving the last textbox of each dynamically created rows whatever the value I am entering or leaving from the textbox I have to show the value or sum of the values of dynamic textboxes in a static textbox.

Please help me on this.
Answers (2)