Loop + Add to Array on Blur
问题 I am having a little bit of difficulty understanding how to do this. However here it goes. There are a bunch of input fields that user can add to. I need to write a jQuery script without adding anything to the markup of the HTML explicitly. Find all elements with a class of inputAmt If user blurs form input field the jQuery script would trigger. Add all the value to find the total. If user subtracts anything it needs to reflect the total. Little complicated for me I would appreciate all the