I'm creating text fields each time a button is clicked, with each new div
I create I also want to give it a button to delete this field. As can be seen in this JSFiddle.
However the button associated with each newly created div
doesn't delete it's associated field. How can this delete that text fields?