I have a div with id="albumCover".  I'm using $ajax->dropRemote() to
turn it into a drop zone that calls a Controller method.  It only
responds when an image with the class="draggers" is dropped on it.
I've got that part down just fine.  My problem is that the method it is
calling needs to know some information about the draggable image that
is dropped on it.  How can I pass that information on the the
controller method?  I'm using the class of the draggable images instead
of individual id's because the images are generated dynamically and I
don't know what the id's will be ahead of time.  Specifically, I need
to send along the dragged image's new x and y coordinates.  I've been
using top and left so far.  Any assistance is greatly appreciated!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to