Is it possible to refresh the droppables offsets programmatically?
Something like: $('.draggable').refreshOffsets().
The following seems to work for me:
$.ui.ddmanager.prepareOffsets($('.draggable:first').data('draggable'),
e);
Is this the intended way to refresh the offsets without using
"refreshPositions:true"?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---