Take a look at
http://www.airesumebuilder.com/I have most of the effect I wanted now.
I also like it on mobile.
I need help with insert function.
Two scenarios.
1.
A simple insert. For example,
[ element 1 ]
[ element 2 ]
[ + Add ]
Click [ + Add ] results in
[ element 1 ]
[ element 2 ]
[ element 3 ]
[ + Add ]
The "element 3" is added on fly, so I cannot use the trick to have a list of divs hidden.
2.
An insert with a nav inside a section.
[ element 1 ]
[ New ]
Click the [ New ] button adds element 2 but also with a nav to allow me to access both 1 and 2.
The UI will be like this:
[ element 2 ]
1 2 [ New ]
Is this even possible?