[jquery-ui] Re: How to use draggable/droppable and sortable together

2009-06-20 Thread Yanick
I'm working on something, here http://yanickrochon.uuuq.com/multiselect/ (look for the source code link to github). Hope this helps someone. On Jun 19, 2:16 pm, Gercek Karakus wrote: > Bohdan, did you find a solution to your problem? Anyone else came up > with a good implementation of sortable

[jquery-ui] Re: How to use draggable/droppable and sortable together

2009-06-19 Thread Gercek Karakus
Bohdan, did you find a solution to your problem? Anyone else came up with a good implementation of sortable/draggable/dropable? Thanks, On May 19, 3:35 pm, "jsjqueryem...@gmail.com" wrote: > A few lines of code isn't something I'd call a dirty workaround. > I'd just call it 'programming'. ;) >

[jquery-ui] Re: How to use draggable/droppable and sortable together

2009-05-19 Thread jsjqueryem...@gmail.com
A few lines of code isn't something I'd call a dirty workaround. I'd just call it 'programming'. ;) Glenn- Bohdan has the right idea for now - clone the item (if you need to- some applications won't need a clone) and then remove the original. Just start off by getting the ID of the dragged elem

[jquery-ui] Re: How to use draggable/droppable and sortable together

2009-05-18 Thread Bohdan Ganicky
Hi Glenn, actually that doesn't work, because the item being dragged from sortable won't just cancel its relation to the sortable parent. I did a few tests and just haven't found any sane solution to this. There's a chance to clone the item, append it to droppable and then remove it, but it seems

[jquery-ui] Re: How to use draggable/droppable and sortable together

2009-05-18 Thread Ian Lewis
Glenn, Didn't acually test it but I'm pretty sure you could do that by specifying that the droppable accepts elements of the class used in your sortable (i.e. using the accept option in the droppable). On Sun, May 17, 2009 at 8:27 PM, alias1 wrote: > > Any ideas? Would be muchly appreciated. >

[jquery-ui] Re: How to use draggable/droppable and sortable together

2009-05-17 Thread alias1
Any ideas? Would be muchly appreciated. - Glenn On May 15, 5:35 pm, alias1 wrote: > Ok, I am probably missing something really obvious here. But is there > also a way to drag an object from a sortable out, and drop it on a > normal droppable? > > - Glenn > > On May 13, 10:03 pm, alias1 wrote:

[jquery-ui] Re: How to use draggable/droppable and sortable together

2009-05-15 Thread alias1
Ok, I am probably missing something really obvious here. But is there also a way to drag an object from a sortable out, and drop it on a normal droppable? - Glenn On May 13, 10:03 pm, alias1 wrote: > Oh, that is quite exciting indeed. I shall have a play around with it. > Cheers :) > > On May 1

[jquery-ui] Re: How to use draggable/droppable and sortable together

2009-05-13 Thread alias1
Oh, that is quite exciting indeed. I shall have a play around with it. Cheers :) On May 13, 5:29 am, Bohdan Ganicky wrote: > Hi, > > check out this demo, it's easy :) > > http://jqueryui.com/demos/draggable/#sortable > > Have fun! > > -- > Bohdan Ganicky > > On May 12, 2:20 pm, alias1 wrote: >

[jquery-ui] Re: How to use draggable/droppable and sortable together

2009-05-12 Thread Bohdan Ganicky
Hi, check out this demo, it's easy :) http://jqueryui.com/demos/draggable/#sortable Have fun! -- Bohdan Ganicky On May 12, 2:20 pm, alias1 wrote: > Anyone have any ideas? > > It would be greatly appreciated. > > Cheers, > > Glenn > > On May 11, 11:58 am, alias1 wrote: > > > Hey, > > > I was

[jquery-ui] Re: How to use draggable/droppable and sortable together

2009-05-12 Thread alias1
Anyone have any ideas? It would be greatly appreciated. Cheers, Glenn On May 11, 11:58 am, alias1 wrote: > Hey, > > I was wondering how, if possible, you could make a group of draggable/ > droppable objects sortable. > > To see what I mean, take a look > athttp://www.nevyn.net/~alias1/upload