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
[email protected]
http://jquery.com/discuss/
