How to get the Sum of Lowest values in 3 rows each added dynamically – Jquery ajax
The following code will get the lowest value entered in first 3 columns, it is running fine. But after adding the row (Add Row) i am unable to get the lowest value from next 3 columns. Also i want to…