I'm trying to learn jquery and rummaging through jquery's documentation is not fun for a newbie.
I can't find any documentation on the "ui" parameter for sortables and their start() event handling function. The two params: event and ui. Where are the documentations that show detail of what the ui parameter does/has? What does ui.item show? ui.item.data?
The following link offers a little help but not enough detail.
What are event and UI parameters in Dialog
The link above states: "The ui parameter is typically a hash; its properties depend on the event being raised. For the dialog open event, both arguments appear to be null. For other events, such as dragStart, drag and dragStop, ui will contain the current position and offset"
So if the contents of ui parameter is dependent on the event being raised, where are the documentations that show this?