[jQuery] Re: Problem with sorting after dragging.

2009-07-28 Thread freq

Hi,

thanks, but that doesn't seem to work either.

after dragging, it cannot be sorted, because the DIV will stay where
it has been last dragged too.

On Jul 27, 4:32 pm, Dhruva Sagar  wrote:
> Hi,
>
> Have you tried using the connectToSortable option for draggable?
>
> 
> Thanks & Regards,
> Dhruva Sagar.
>
> On Mon, 2009-07-27 at 00:21 -0700, freq wrote:
> > Hi,
>
> > I'm using Jquery to both Drag (and drop) and sort a visual list or
> > representation of VOIP phones.
>
> > The problem is that after I have dragged (and dropped) a DIV. It will
> > not sort at all anymore.
>
> > After you have dropped for sorting, the DIV goes back to where I
> > dropped it with dragging.
>
> > I have tried several thing including disabling sorting just when
> > starting to drag and enabling it back  when dragging is stopped.
>
> > This does not seem to help at all.
>
> > Anyone can help me with this? I would appreciate it at alot.
>
> > Thanks.
>
>
>
>  draft-paper.png
> < 1KViewDownload


[jQuery] Re: Problem with sorting after dragging.

2009-07-27 Thread Dhruva Sagar
Hi,

Have you tried using the connectToSortable option for draggable?


Thanks & Regards,
Dhruva Sagar.


On Mon, 2009-07-27 at 00:21 -0700, freq wrote:

> Hi,
> 
> I'm using Jquery to both Drag (and drop) and sort a visual list or
> representation of VOIP phones.
> 
> The problem is that after I have dragged (and dropped) a DIV. It will
> not sort at all anymore.
> 
> After you have dropped for sorting, the DIV goes back to where I
> dropped it with dragging.
> 
> I have tried several thing including disabling sorting just when
> starting to drag and enabling it back  when dragging is stopped.
> 
> This does not seem to help at all.
> 
> Anyone can help me with this? I would appreciate it at alot.
> 
> Thanks.
<>