Hello there, I am attempting to retrieve all the child values from the parent div .clonedInput
when the .send
button is clicked. I also want the output to be formatted as shown below and placed in a temporary alert();
variable for code confirmation.
//Example:
//Div:1 textboxvalue1 textboxvalue2 textboxvalue3 textboxvalue4//
//New line//
//Div 2:textboxvalue1 textboxvalue2 textboxvalue3 textboxvalue4//
Live Demo: https://jsfiddle.net/5xu5myvq/
Thanks Again :)