[jQuery] Re: IE and Making dynamically added items draggable?

2007-08-10 Thread Fredrik Karlsson
Found the following ticket which might be related... http://dev.jquery.com/ticket/1315 Starting to think I'm out of luck, but if that's the case I'll try to replace the whole thing and use sortables instead.

[jQuery] IE and Making dynamically added items draggable?

2007-08-10 Thread Fredrik Karlsson
I need some help with solving the following problem: I have eight elements made .droppable() on mouseover (using Interface), and accepting draggable elements, as so ( Stripped some non-relevant code ): $(document).ready(function() { $('body').mouseover(function(event) {

[jQuery] Re: Swap two Interface Draggables

2007-07-13 Thread Fredrik Karlsson
;#' + $ (dragged).attr("id")); $(dragged).remove().clone().before('#' + $('#' + targetElemID).next).attr("id")); God that looks messy... help!? =D On 12 Juli, 19:38, Fredrik Karlsson <[EMAIL PROTECTED]> wrote: > Currenly I'm working on a projec

[jQuery] Swap two Interface Draggables

2007-07-12 Thread Fredrik Karlsson
Currenly I'm working on a project where I'm using a bunch of droppables and draggables to organize list items. Now there is one thing I can't figure out how to do. If I have two droppables containing lists with items (...), and I want to swap one of the items in one droppable with one in another

[jQuery] Interface Tooltips and animatons getting "queued"

2007-07-09 Thread Fredrik Karlsson
I've noticed that animations and such in jQuery tends to "queue". When I have many animated elements, each triggered on mouseover ( in this case, Tooltips ), and rapidly move my mouse across several elements, the Tooltips will start showing in the order that the mouse touched them. Is there any w

[jQuery] Re: Drag- & Droppables using Interface

2007-07-09 Thread Fredrik Karlsson
It seems I managed to solve the problem. After trying your code again, and removing .wrap() which caused some weird behaviour, everything's working again. Now I'll just have to keep an eye open for duplicate elements. Cheers! On 8 Juli, 16:13, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > > A

[jQuery] Drag- & Droppables using Interface

2007-07-07 Thread Fredrik Karlsson
I just found this group yesterday, and I've already found a lot of good advice from reading old posts. But I couldn't find a solution to some weird behaviour I'm having. I am using jquery together with Interface to play around a bit with drag&drop + ajax. So a basic test was to move an element be