I have to create a dynamic form. The structure is:
Each Cap. can have many Paragraph, and the form can have many Cap.
Here there is an example: http://jsfiddle.net/michelejs/UX5bz/
I would that if I add a Paragraph it will be added in the correct fieldset. How can I do this?
You could use something like this: http://jsfiddle.net/UX5bz/7/
Which is using
.parent()to locate where to append: