|
|
i have a grid table,
in this i have four rows, when i multiply the qty*price, getting the value,
if i not giving any values in the qty, i'm getting NaN.00 value in the total.
how to avoid the NaN.00 using javascript
plz someone help me.
|
|
|
|
look for isNaN function.. and perform a check on display so that 0 is displayed....
there are other ways of doing this too
|
|
|
|
|
|
|
|