Hi there

I'm using Sortables on a calendar application. Each day on the month
calendar is a "drop" container, and in each day there and between 0
and 12 "draggable" items. I have navigation that clicks me from one
month to the next, and in order to keep performance (as the navigation
is using ajax) I'm running SortableDestroy() on the current month
before going to the next month. If I don't do this then dragging
becomes slower and slower very quickly.

However the current performance of SortableDestroy() leaves a lot to
be desired. At present, with a month consisting of say 30 days, and
about 90 draggable items all up, it takes SortableDestroy() about 15
seconds to finish!

Is there any way that someone more knowledgeable than me could have a
look at this function and see if it could be optimised in any way?

Also a big thanks those behind Interface - it's making my life a lot
easier at the moment!

Cheers,

Chris

Reply via email to