problem with sortable
problem with sortable
Hi,
I am using the jquery ui sortable plugin to move widgets in my
dashboard application. Each connected list is a div floated left and
each widget's html is designed by absoulutely positioned div elements
containing some table elements within them. When I register sortable
on my columns, the sort events are fired but the widgets do not
actually move, they are reverted back to their initial positions. I
tried with revert option, but none of them worked.
Please suggest the probable reason for this.
Thanks inn advance