I have a bit of code that concatenates text from some input boxes and the resulting string is then put into a <span>. I've got a '+' button which copies the <span> and appends it to the end of a <div>.
Now I want to add a <br> at the end of the <span> so that each span is placed on a new line but when I do this pressing the "+" returns [object][Object] as opposed to the values! I've setup a js fiddle here.
You will see what I mean when you click '+'. It's probably something very simple but I can't for the life of me find out what is causing this!
Help is much appreciated.