Hi all, Just solve an issue so maybe that can help someone, let's share
It will be nice to have an event in the draggable component fired when you are still dragging = mouse click not yet release + no mouse move for a period of time ( = no drag event for a period of time ) I solve my issue by doing this when dragging heavy dom structure ( processing latency ) or fast drag operation. So events order could look like : Start, Drag, "Pause", Drag, Stop Regards, Jeff --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
