[jQuery] interface plugin droppable

[jQuery] interface plugin droppable

I´m using the interface plugin to drag and drop table rows.
the function below gives me an object HTMLTableRowElement for zone,
but nothing for drag:
ondrop:    function (zone, drag)
    {
        alert(zone)
        alert(drag)
    },
any hints?
thanks,
patrick
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/