Sortable helper problem.

Sortable helper problem.


Hi jquery guys.
Just switched from mootools and I'm really glad I did.
But I bumped into a problem which I don't know how to solve.
I know that the helper option in sortable() must be a function that
returns a jquery object.
But I don't want any helper and instead drag the original element,
since it seems to lose its properties and it is shown smaller in width
than my original element. (I'm applying sortable to the tbody of a
table - i want to sort tr's).
Any ideas?
Thanks,
degro