Re: [jQuery] Sluggish Interface Drag & Drop?

2006-11-26 Thread Felix Geisendörfer
Hi Paul, I'm very glad to hear that this is something you guys are working on. Especially since I'm very close to convincing the client I currently work for to replace all of his (prototype/yahoo dependent) JS code with jQuery code. So let me know as soon as you make progress with it, I'd be

Re: [jQuery] Sluggish Interface Drag & Drop?

2006-11-26 Thread Paul Bakaus
Hi there, @ Chris: this is exactly what Draggables/Droppables does. When picking up a draggable, each possible droppable is measured and there is even a option that the droppables are highlighted during the drag. Stefan and me already know that this kind of architecture is great for some but not

Re: [jQuery] Sluggish Interface Drag & Drop?

2006-11-25 Thread Chris Domigan
Felix, I'm using the Drag and Drop plugin for an almost identical project. I've found that when I display several months at a time, ie alot of 's, performance gets very very sluggish like you mention. I think it's because when you "pick up" a draggable, the script has to go through each and init

Re: [jQuery] Sluggish Interface Drag & Drop?

2006-11-25 Thread Erik Beeson
Not sure what to tell you. It seems to work fine for me. Do you have the same problem with the interface demos? I've always just drug DIVs. Maybe just for testing, try replacing the LI with a span or div? Good luck, Erik On 11/25/06, Felix Geisendörfer <[EMAIL PROTECTED]> wrote: Hi, first of

[jQuery] Sluggish Interface Drag & Drop?

2006-11-25 Thread Felix Geisendörfer
Hi, first of all, I love the Interface library, together with Thickbox it's one of my favorite plugins (well it's more like a library) around. Nevertheless I have a little problem with it. I currently am working on a mockup for calendar (a big one, not a JS date picker) and use the Interface