The event object is just a standard jQuery created event. The ui hash isn't consistent across plugins, it contains only information relevant to the specific event. For draggable events, you can see a list of the properties at the top of the page in the overview section.
Hope that helps. On May 18, 9:48 am, "[email protected]" <[email protected]> wrote: > Hi, > > Is there any documentation for the event and ui parameters that are > returned in ui events functions? > > I'm looking specifically at the drag callback for the draggable > plugin:http://docs.jquery.com/UI/Draggable#event-drag > > thanks for any help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
