I wonder if this demo helps:

http://jqueryui.com/demos/draggable/#sortable

Rather than calling .draggable() and .sortable() on the same element, you
can connect draggables to sortables. No need to call .draggable() on the
sortable as they're already draggable.

Also note: There's a separate mailing list specifically for jQuery UI:

http://groups.google.com/group/jquery-ui

- Richard

On Sat, Feb 21, 2009 at 8:03 AM, Vincent Nguyen <kureik...@gmail.com> wrote:

> I'm reading about http://jqueryui.com/demos/droppable/#photo-manager
> When i try to use sortable in the same element!
> I can not make it happen! When i move element to other place to sort it,
> the original element alwasy got back to original place! When i remove
> .dragable(), i can use .sortable!
> Does anyone know how to use sortable and dragable on the same element?
>
>
>
>
>
> --
> /*****************************************
> @name Quoc Vinh Nguyen
> @email ku...@urbanjar.info
> @alias Vincent Nguyen
> @phone (84) 98 43 34 98
> @site Axcoto.Info
> *****************************************/
>

Reply via email to