Hi,
ui-interface sortable has many callbacks. For example
update:function(e,ui) etc.
The contents of the object ui varies for different callbacks. Can any
one tell what are the contents for this object. In documentation on
jquery site only partial information is given.
* ui.options - options used to initialize the sortable
* ui.position - current position of the helper
* ui.absolutePosition - current absolute position of the helper
* ui.helper - the current helper element (most often a clone of
the item)
* ui.placeholder - the placeholder (if you defined one).
Wheras on the demo page ohter things such as ui.item, ui.sender can be
seen.
Can any one provide a complete list or how to get one
Thanks,
Pankaj