I am wanting to create draggable content divs that can be sorted into other divs on a page. The problem is the Divs are user generated, so I won’t know what the divs are called or how many divs there will be.
Basically, how can I sort divs across multiple divs and save that information to the database? I know how to sort information inside one div, but not across multiple divs where I don’t know how many or what the names will be.
you really should take a look at jQuery UI