[jQuery] Sortables - accessing elements in each container
I have some sortable div containers numbered 1 to 5. I would like to
keep the input boxes in order (1 to 5) even while dragging and
resorting.
I've made code to plus/subtract upon a rearrange and that works if
used properly. If you drag violently though, you can get the order
out of whack. Maybe if I loop through all containers I could ensure
the order is correct, but I don't see how I could access the first
container, then the second container, etc.
any ideas are appreciated. I'm very new to programming, maybe there's
a simple way.
thx, Eric is Sac