The ever so useful jQuery javascript library has a homegrown loop function entitled .each(), which allows you to iterate over a jQuery object, and at...
To loop through all the string inputs entered on a new line for a textarea control is not particularly challenging and uses basic array functionality...