This might be a simple problem but I just can't get my head round it.

I'm designing a page with two lists, on the left is a list of
'Activity Groups' and on the right, a list of children that have not
yet been allocated to an Activity Group. To allocate a child to a
group, you simply drag them to the correct activity group on the left.
Once this is done, an ajax request fires off to update the database
and return the two new lists with the content updated.

Trouble is it doesn't work. When the child is dropped on the correct
group on the left, the onDrop function is not fired. I suspect that
this is because dropzone is 'hidden' by the fact that it has come back
by ajax.

Is there any way round this?

Matt

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to