Hey all,
i’ve got some problems with my first web project. I have there a flex-box with different flex-elements and buttons to delete some flex elements from the flex-box. Now i “append” flex-elements to my flex-box, this all works at the moment. But now i have inputs and i want these inputs append with my flex-elements (as classes) in my flex-box. So i don’t see how i get the values of my inputs in my append function. maybe someone can help me, thanks in advance!!
Hello, would something like this work for you? https://jsfiddle.net/cackybirdlegs/4parwc2h/
The elements you generate with your append method will need to have IDs or classes so you can select them in order to populate them with the data from your inputs.
I hope that makes sense! Have a play with it in jsfiddle to see if you can apply something similar to your project.
Members
Online