Err, just apply sortable to both lists, and connect them.
http://jqueryui.com/demos/sortable/#connect-lists

David

Vincent Nguyen wrote:
> Thanx for the link!
> But that doesn't hepl me!
> Can not use dragable, dropable, sortable on the SAME element!
> Such as we have two list, left and right!
> And i want to move items between two lists, and the same time, i also 
> want to make each list is sortable!
> So, i must apply dragable, dropable, sortable on the SAME element! 
> After reseaching on internet, i know that is impossible! Currently, i 
> still don't find any way to use them! So, I'm using Dojo/dnd right 
> now! It rocks!
>
> 2009/2/21 Richard D. Worth <rdwo...@gmail.com <mailto:rdwo...@gmail.com>>
>
>     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 <mailto: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
>         *****************************************/
>
>
>
>
>
> -- 
> /*****************************************
> @name Quoc Vinh Nguyen
> @email ku...@urbanjar.info
> @alias Vincent Nguyen
> @phone (84) 98 43 34 98
> @site Axcoto.Info
> *****************************************/

Reply via email to