I am taking the amount from one input box and creating a for...each loop to add input boxes. But I have run into a problem. I tried using append() and html() - append() keeps adding more boxes than needed and html() only adds the last one. Which are both correct. But I need the input boxes to be exactly what the amount is. And if the input box changes again, I need it to re update.
here is the jsfiddle: http://jsfiddle.net/liveandream/mRY3d/
I hope this makes sense... and hopefully someone can help me!! Thanks in advance..