[jQuery] Re: Moving between lists while sorting.

2007-06-20 Thread shr1975
Thanks Richard, I was using the axis property that was causing the problem. Now the problem is resolved :) On Jun 13, 7:16 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > On 6/13/07, shr1975 <[EMAIL PROTECTED]> wrote: > > > Thanks Rob, > > > I am using unordered lists that are sorted using

[jQuery] Re: Moving between lists while sorting.

2007-06-13 Thread Richard D. Worth
On 6/13/07, shr1975 <[EMAIL PROTECTED]> wrote: Thanks Rob, I am using unordered lists that are sorted using the Interface plugin (ver. 1.2). The sorting works fine, but I also additionally want the user to be able to drag and drop between two such sortable uls. How can I achieve that? For

[jQuery] Re: Moving between lists while sorting.

2007-06-13 Thread Rob Desbois
Ah ok I'm afraid I can't help with that, I've never had need to do that sort of thing. Might this help: http://interface.eyecon.ro/demos/drag.html --rob On 6/13/07, shr1975 <[EMAIL PROTECTED]> wrote: Thanks Rob, I am using unordered lists that are sorted using the Interface plugin (ver. 1.2

[jQuery] Re: Moving between lists while sorting.

2007-06-13 Thread shr1975
Thanks Rob, I am using unordered lists that are sorted using the Interface plugin (ver. 1.2). The sorting works fine, but I also additionally want the user to be able to drag and drop between two such sortable uls. How can I achieve that? On Jun 13, 4:16 pm, "Rob Desbois" <[EMAIL PROTECTED]> w

[jQuery] Re: Moving between lists while sorting.

2007-06-13 Thread Rob Desbois
Do you mean boxes? The jqMultiSelects plugin at http://code.google.com/p/jqmultiselects/implements the ability to move items between select boxes. It's the first release and a bit crude but if unsuitable the code can be lifted out of it or just modified... --rob On 6/13/07, shr1975 <[EMAIL PROT

[jQuery] Re: Moving between lists while sorting.

2007-06-13 Thread shr1975
Hi, Does anyone have any idea about this? Thanks. On Jun 11, 4:45 pm, shr1975 <[EMAIL PROTECTED]> wrote: > Hi, > > I am using Interface 1.2. I have two sortable lists. I also want an > additional feature of moving items between lists. > > I went through Interface's documentation. It is mention