Quote:
Originally Posted by roher4
This helps a lot, but I don't want to clone the text box but rather the text itself. I think I'm close. Thanks anyways.
|
No problem
Then all you need to do is loop through the newly created items (text boxes), like the demo does, and get the value of their
value attribute which will be the entered text. You can then add that text to the
addedItems however you like - as a new element for each entered text or as a concatenated string with a
<br /> between each entered text.